From 33783b6e7da9321affebc45886d370979c3de875 Mon Sep 17 00:00:00 2001 From: Santiago Lamora Date: Wed, 20 Apr 2022 12:04:50 +0200 Subject: [PATCH] Revert "Fix login width" This reverts commit d3564a6ba5d7b065d0fb03209d79a7be64235cef. --- .../ereuse_devicehub/user_login.html | 107 ++++++++++-------- 1 file changed, 57 insertions(+), 50 deletions(-) diff --git a/ereuse_devicehub/templates/ereuse_devicehub/user_login.html b/ereuse_devicehub/templates/ereuse_devicehub/user_login.html index 400ef355..b234927c 100644 --- a/ereuse_devicehub/templates/ereuse_devicehub/user_login.html +++ b/ereuse_devicehub/templates/ereuse_devicehub/user_login.html @@ -5,47 +5,50 @@ {% block body %}
-
-
-
- -
+
+
+
+
-
+
+ +
-
+
-
-
Login to Your Account
-

Enter your username & password to login

- {% if form.form_errors %} -

- {% for error in form.form_errors %} - {{ error }}
- {% endfor %} -

- {% endif %} -
+
-
- {{ form.csrf_token }} +
+
Login to Your Account
+

Enter your username & password to login

+ {% if form.form_errors %} +

+ {% for error in form.form_errors %} + {{ error }}
+ {% endfor %} +

+ {% endif %} +
-
- - -
Please enter your email.
-
+ + {{ form.csrf_token }} -
- - -
Please enter your password!
-
+
+ + +
Please enter your email.
+
- -
- +
+ +
+
+

Don't have account? Create an account

+
+ +
-
-

Don't have account? Create an account

-
- +
+ +
+ + + + + Designed by BootstrapMade +
- -
- - - - - Designed by BootstrapMade -
-
-
+ +
+
-{% endblock body %} \ No newline at end of file +{% endblock body %}