X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/577bb2b84d936d65bf072ef0a6b898db9d6e77ab..b899f584abdfe9345c90563bf28661756c959356:/redakcja/templates/registration/login.html diff --git a/redakcja/templates/registration/login.html b/redakcja/templates/registration/login.html index e2b0465f..5a831b36 100644 --- a/redakcja/templates/registration/login.html +++ b/redakcja/templates/registration/login.html @@ -1,16 +1,38 @@ -{% extends "wiki/base.html" %} +{% extends "catalogue/base.html" %} {% 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 %}