X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/f938afb8ab4cb091d12e0ef0311eaea14b774798..b899f584abdfe9345c90563bf28661756c959356:/redakcja/templates/registration/login.html diff --git a/redakcja/templates/registration/login.html b/redakcja/templates/registration/login.html index e4b0897c..5a831b36 100644 --- a/redakcja/templates/registration/login.html +++ b/redakcja/templates/registration/login.html @@ -1,15 +1,38 @@ -{% extends "base.html" %} +{% extends "catalogue/base.html" %} {% block subtitle %} - Logowanie {% endblock subtitle %} -{% block maincontent %} +{% block inner_content %} -
-
-{{ form.as_p }} -

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

I forgot my password

+
+ Register + +{% endblock %}