X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/5913c54d19b8f6775633176032161d49f9b2f1aa..a9b4700e3cd649a6dddc3b72dc0bd632f7841c74:/src/redakcja/templates/registration/login.html?ds=sidebyside 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 }}