X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/ce8d791a5298e0cb2569034aec4c8b57afac97b2..fe237ce4727a1260ada8a12fc4a8f60f176977bd:/redakcja/templates/registration/login.html diff --git a/redakcja/templates/registration/login.html b/redakcja/templates/registration/login.html index 1f0698b6..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 %} - Logowanie {% endblock subtitle %} +{% block subtitle %} - {% trans "Log in" %} {% endblock subtitle %} -{% block content %} +{% block inner_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 %}