From 763853b3c693c1bd93b86d365b272866d869351b Mon Sep 17 00:00:00 2001 From: Starthur Date: Fri, 27 May 2022 15:35:11 +0200 Subject: [PATCH] Broken CSS Issue#45 --- .../registration/password_reset_form.html | 48 +++++++++---------- 1 file changed, 24 insertions(+), 24 deletions(-) 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 %}