diff --git a/templates/zerver/reset_confirm.html b/templates/zerver/reset_confirm.html index 41a876141a..5a8c6c792e 100644 --- a/templates/zerver/reset_confirm.html +++ b/templates/zerver/reset_confirm.html @@ -6,61 +6,66 @@ {% block portico_content %} -
-
-

{{ _('Reset your password') }}.

-
+
+
+
+
+

{{ _('Reset your password') }}.

+
-{% if validlink %} -
- {{ csrf_input }} -
- -
- - {% if form.new_password1.errors %} - {% for error in form.new_password1.errors %} -
{{ error }}
- {% endfor %} - {% endif %} -
-
-
- -
-
-
+ {% if validlink %} + + {{ csrf_input }} +
+ +
+ + {% if form.new_password1.errors %} + {% for error in form.new_password1.errors %} +
{{ error }}
+ {% endfor %} + {% endif %}
-
-
- -
- - {% if form.new_password2.errors %} - {% for error in form.new_password2.errors %} -
{{ error }}
- {% endfor %} - {% endif %} +
+ +
+
+
+
+
-
- -
-
-
+
+ +
+ + {% if form.new_password2.errors %} + {% for error in form.new_password2.errors %} +
{{ error }}
+ {% endfor %} + {% endif %} +
-
- - -{% else %} -

{{ _('Sorry, the link you provided is invalid or has already been used') }}.

-{% endif %} +
+
+
+
+
+ + + + {% else %} +

{{ _('Sorry, the link you provided is invalid or has already been used') }}.

+ {% endif %} + +
+
{% endblock %}