X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/43116c58e5c56f94ef358a5a17fb13a252e02531..275954af42ae92aad48a12f302e2e9e607be8f7e:/redakcja/templates/registration/login.html diff --git a/redakcja/templates/registration/login.html b/redakcja/templates/registration/login.html index 4a46bd32..8eade1b1 100644 --- a/redakcja/templates/registration/login.html +++ b/redakcja/templates/registration/login.html @@ -1,16 +1,34 @@ {% extends "catalogue/base.html" %} +{% load i18n %} -{% block subtitle %} - Logowanie {% endblock subtitle %} +{% block subtitle %} - {% trans "Log in" %} {% endblock subtitle %} -{% block content %} +{% block inner_content %} -
-
-{% csrf_token %} -{{ form.as_p }} -

- -
-
+
+ {% csrf_token %} + {{ form.non_field_errors }} + + {{ form.username.errors }} + -{% endblock content %} + + {{ form.password.errors }} + + + + + + +
+
+
+

{% trans "I forgot my password" %}

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