diff --git a/ereuse_devicehub/templates/ereuse_devicehub/user_login.html b/ereuse_devicehub/templates/ereuse_devicehub/user_login.html index b234927c..78b17244 100644 --- a/ereuse_devicehub/templates/ereuse_devicehub/user_login.html +++ b/ereuse_devicehub/templates/ereuse_devicehub/user_login.html @@ -5,50 +5,48 @@ {% 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 %} +
-
-
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 }} - - {{ form.csrf_token }} +
+ + +
Please enter your email.
+
-
- - -
Please enter your email.
-
+
+ + +
Please enter your password!
+
-
- - -
Please enter your password!
-
- - -
- -
-
-

Don't have account? Create an account

-
-
- +
+
-
- -
- - - - - Designed by BootstrapMade -
+
+

Don't have account? Create an account

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