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/user_profile_alt.hbs | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'views/user_profile_alt.hbs') diff --git a/views/user_profile_alt.hbs b/views/user_profile_alt.hbs index cf657db..a193062 100644 --- a/views/user_profile_alt.hbs +++ b/views/user_profile_alt.hbs @@ -44,6 +44,18 @@ class="img-circle img-responsive"> --> + {{# if messages.success }} +
+ +

{{ messages.success }}

+
+ {{ else }} + {{# if messages.error }} +
+

{{ messages.error }}

+
+ {{/if}} + {{/if}}
@@ -157,18 +169,6 @@ -->
- {{# if messages.success }} -
- -

{{ messages.success }}

-
- {{ else }} - {{# if messages.error }} -
-

{{ messages.error }}

-
- {{/if}} - {{/if}}

Send Message

-- cgit v1.2.3