From ff3bff03fce212679e2aa31b5532dabb8c7b38ec Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 19 Jun 2019 10:45:26 +0200 Subject: Login layout --- ishtar_common/templates/registration/login.html | 48 +++++++++++++------------ 1 file changed, 25 insertions(+), 23 deletions(-) diff --git a/ishtar_common/templates/registration/login.html b/ishtar_common/templates/registration/login.html index 2be3e4a2c..4d8e2f37b 100644 --- a/ishtar_common/templates/registration/login.html +++ b/ishtar_common/templates/registration/login.html @@ -2,33 +2,35 @@ {% load i18n %} {% block content %} -
-
-

{%trans "Log in"%}

-
{% csrf_token %} - - {% if form.non_field_errors %} -
- {% for error in form.non_field_errors %} -
- {{error}} +
+
+
+

{%trans "Log in"%}

+ {% csrf_token %} + + {% if form.non_field_errors %} +
+ {% for error in form.non_field_errors %} +
+ {{error}} +
+ {% endfor %}
+ {% endif %} + {% with force_large_col=True %} + {% for field in form %} + {% include "blocks/bs_field_snippet.html" %} {% endfor %} -
- {% endif %} - {% with force_large_col=True %} - {% for field in form %} - {% include "blocks/bs_field_snippet.html" %} - {% endfor %} - {% endwith %} + {% endwith %} -
-
- -
+
+
+ +
+
+
- -
+

-- cgit v1.2.3