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