diff --git a/templates/zerver/realm_creation_form.html b/templates/zerver/realm_creation_form.html index 1dceedbb02..471d5114b8 100644 --- a/templates/zerver/realm_creation_form.html +++ b/templates/zerver/realm_creation_form.html @@ -1,66 +1,70 @@ -
{{ error }}
- {% endfor %} - {% endif %} - -{{ error }}
+ + {% if form.realm_name.errors %} + {% for error in form.realm_name.errors %} +{{ error }}
{% endfor %} {% endif %} + + {% if not user_registration_form %} +{{ error }}
+ {% endfor %} + {% endif %} +You’re almost there! We just need you to do one last thing.
+Enter your account details to complete registration.
{% endtrans %}