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