diff --git a/src/templates/registration/password_reset_form.html b/src/templates/registration/password_reset_form.html index 022da95..977ae55 100644 --- a/src/templates/registration/password_reset_form.html +++ b/src/templates/registration/password_reset_form.html @@ -2,31 +2,31 @@ {% block content %} {% load i18n %}
-
-
-
-

Reset password

-
-
-
-
- {% csrf_token %} -
-
- -
-
-
-
-
+
+
+
+

Reset password

+
+
+
+
+ {% csrf_token %} +
+
+ +
+
+
+
+
-
- +
+
{% endblock %}