X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/2f9cb34a07fcd98effda2fa900e48c31813f14c8..275954af42ae92aad48a12f302e2e9e607be8f7e:/redakcja/templates/registration/login.html?ds=sidebyside diff --git a/redakcja/templates/registration/login.html b/redakcja/templates/registration/login.html index 5a831b36..8eade1b1 100644 --- a/redakcja/templates/registration/login.html +++ b/redakcja/templates/registration/login.html @@ -1,38 +1,34 @@ {% extends "catalogue/base.html" %} +{% load i18n %} -{% block subtitle %} - Logowanie {% endblock subtitle %} +{% block subtitle %} - {% trans "Log in" %} {% endblock subtitle %} {% 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 }} - - - - - - -
-
-
-

I forgot my password

-
- Register + + + + +
+
+ +

{% trans "I forgot my password" %}

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