From e0c52738c6495490ce6c5f8fff0d9ad14a6a944f Mon Sep 17 00:00:00 2001 From: nanalelfe Date: Wed, 27 Jul 2016 05:58:01 -0400 Subject: Fixed so that cannot submit empty solution. Changed to textarea to type in solution. --- views/add_solutions.hbs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'views/add_solutions.hbs') diff --git a/views/add_solutions.hbs b/views/add_solutions.hbs index 2865a88..fe90408 100644 --- a/views/add_solutions.hbs +++ b/views/add_solutions.hbs @@ -3,10 +3,15 @@
+ {{# if messages.error }} +
+

{{ messages.error }}

+
+ {{/if}}

Add Solution

- +
-- cgit v1.2.3