X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/fdd62169ba22c4c1be2f2306b5339eadd74ffb6d..refs/heads/production:/redakcja/templates/registration/login.html diff --git a/redakcja/templates/registration/login.html b/redakcja/templates/registration/login.html index 1f0698b6..adbef3cb 100644 --- a/redakcja/templates/registration/login.html +++ b/redakcja/templates/registration/login.html @@ -1,11 +1,12 @@ {% extends "catalogue/base.html" %} +{% block titleextra %}Logowanie{% endblock %} {% block subtitle %} - Logowanie {% endblock subtitle %} {% block content %} <div class="isection"> -<form method="POST" action="{% url login %}"> +<form method="POST" action="{% url 'login' %}"> {% csrf_token %} {{ form.as_p }} <p><input type="submit" value="Login" /></p>