X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/4c48c47d0b84e516114c16ee191359166e93a51c..f3729c4c853ef396de8d6bbd75210bfbacffa8b6:/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>