X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/fe237ce4727a1260ada8a12fc4a8f60f176977bd..76f080cd762bd3312d37fd07a6d59607ecbdac0f:/redakcja/templates/registration/login.html?ds=sidebyside 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 %}