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

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

{% trans "I forgot my password" %}

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