X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/ce8d791a5298e0cb2569034aec4c8b57afac97b2..7089218234f372577f6efd65e857d18223f71bc5:/redakcja/templates/registration/login.html diff --git a/redakcja/templates/registration/login.html b/redakcja/templates/registration/login.html index 1f0698b6..4a46bd32 100644 --- a/redakcja/templates/registration/login.html +++ b/redakcja/templates/registration/login.html @@ -5,7 +5,7 @@ {% 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>