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

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

{% trans "I forgot my password" %}

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