register.html: Stop height offset from client-side error messaging.

This commit is contained in:
Jack Zhang 2017-07-13 14:14:34 -07:00 committed by Tim Abbott
parent 7d1824f26e
commit 04e80093cf
1 changed files with 1 additions and 1 deletions

View File

@ -116,8 +116,8 @@ Form is validated both client-side using jquery-validate (see signup.js) and ser
<p class="realm_subdomain_label">.{{ external_host }}</p>
{% endif %}
<div class="required"></div>
<p id="id_team_subdomain_error_client" class="error help-inline text-error"></p>
</div>
<p id="id_team_subdomain_error_client" class="error help-inline text-error"></p>
{% if form.realm_subdomain.errors %}
{% for error in form.realm_subdomain.errors %}
<p class="error help-inline text-error team_subdomain_error_server">{{ error }}</p>