summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2015-04-05 14:35:09 +0300
committerLV-426 <lv-426@taproot.org.il>2015-04-05 14:57:26 +0300
commit08e6b31f308f1402ec18ba5506e3fa94660b5e8f (patch)
treefe023e40dda9342346413f0111f79b5d2853706a /res
parentd9bb3828cf355161f79dd2ceca9c6fc198d98e10 (diff)
user_signup: improve error handling, cleanup
Diffstat (limited to 'res')
-rw-r--r--res/templates/user_signup.html7
1 files changed, 1 insertions, 6 deletions
diff --git a/res/templates/user_signup.html b/res/templates/user_signup.html
index 3b0fc4ef..639d0be9 100644
--- a/res/templates/user_signup.html
+++ b/res/templates/user_signup.html
@@ -86,17 +86,12 @@ body {
class="login-input">
</div>
</div>
- <div
- class="signup_form__row"
- id="err_msg_row"
- class="alert alert-error">
- </div>
<div id="signup_form__submit_button_row">
<div
id="signup_form__submit_button" class="login-form_button signup-button"
onclick="signup_form__submit();">Sign Up</div>
</div>
- <div id="signup_form__ajax_response"></div>
+ <div id="signup_form__msg_row"></div>
{% endif %}
</div>
</div>