X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/bb551d54ea65621cae28c6acbfd91b22dc441dae..577bb2b84d936d65bf072ef0a6b898db9d6e77ab:/redakcja/templates/registration/login.html diff --git a/redakcja/templates/registration/login.html b/redakcja/templates/registration/login.html index e4b0897c..e2b0465f 100644 --- a/redakcja/templates/registration/login.html +++ b/redakcja/templates/registration/login.html @@ -1,15 +1,16 @@ -{% extends "base.html" %} +{% extends "wiki/base.html" %} {% block subtitle %} - Logowanie {% endblock subtitle %} -{% block maincontent %} +{% block content %}
-
+ +{% csrf_token %} {{ form.as_p }}

-{% endblock maincontent %} +{% endblock content %}