X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/5913c54d19b8f6775633176032161d49f9b2f1aa..9d566b4741eb66bf09b5c7d213aa8541886e100a:/src/redakcja/templates/registration/login.html diff --git a/src/redakcja/templates/registration/login.html b/src/redakcja/templates/registration/login.html index adbef3cb..7bef2eb8 100644 --- a/src/redakcja/templates/registration/login.html +++ b/src/redakcja/templates/registration/login.html @@ -1,4 +1,4 @@ -{% extends "catalogue/base.html" %} +{% extends "documents/base.html" %} {% block titleextra %}Logowanie{% endblock %} {% block subtitle %} - Logowanie {% endblock subtitle %} @@ -6,7 +6,7 @@ {% block content %}
-
+ {% csrf_token %} {{ form.as_p }}