From: Jan Szejko Date: Mon, 24 Apr 2017 17:16:31 +0000 (+0200) Subject: remove duplicated form tag X-Git-Url: https://git.mdrn.pl/redakcja.git/commitdiff_plain/7b63c935ede34464745fd7b2f7ace69ac8254a43 remove duplicated form tag --- 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 %}