From 7b63c935ede34464745fd7b2f7ace69ac8254a43 Mon Sep 17 00:00:00 2001 From: Jan Szejko Date: Mon, 24 Apr 2017 19:16:31 +0200 Subject: [PATCH] remove duplicated form tag --- redakcja/templates/registration/login.html | 51 ++++++++++------------ 1 file changed, 23 insertions(+), 28 deletions(-) diff --git a/redakcja/templates/registration/login.html b/redakcja/templates/registration/login.html index 7ec2dc1a..8eade1b1 100644 --- a/redakcja/templates/registration/login.html +++ b/redakcja/templates/registration/login.html @@ -5,35 +5,30 @@ {% block inner_content %} +
+ {% csrf_token %} + {{ form.non_field_errors }} + + {{ form.username.errors }} + + + {{ form.password.errors }} + - -{% csrf_token %} - - - {% csrf_token %} - {{ form.non_field_errors }} - - {{ form.username.errors }} - - - - {{ form.password.errors }} - - - - - - -
-
-
-

{% trans "I forgot my password" %}

-
- {% trans "Register" %} + + + + +
+
+ +

{% trans "I forgot my password" %}

+
+ {% trans "Register" %} {% endblock %} -- 2.20.1