X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/4c48c47d0b84e516114c16ee191359166e93a51c..2d3de002b2f70e3dd6ba6b14ebde5864275aa020:/redakcja/templates/registration/login.html?ds=sidebyside diff --git a/redakcja/templates/registration/login.html b/redakcja/templates/registration/login.html index 1f0698b6..5a831b36 100644 --- a/redakcja/templates/registration/login.html +++ b/redakcja/templates/registration/login.html @@ -2,15 +2,37 @@ {% block subtitle %} - Logowanie {% 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 }} + + + + + + +
+
+
+

I forgot my password

+
+ Register + +{% endblock %}