There's some work on book page left.
[wolnelektury.git] / apps / wolnelektury_core / templates / auth / login.html
index 6d71cd5..671f32a 100644 (file)
@@ -7,7 +7,7 @@
 <ol>
     <div id="id_{% if form_prefix %}{{ form_prefix }}-{% endif %}__all__"></div>
     {{ form.as_ul }}
-    <li><a href="{% url account_reset_password %}">{% trans "Forgot Password?" %}</a></li>
+    <li><a href="{% url 'account_reset_password' %}">{% trans "Forgot Password?" %}</a></li>
     <li><input type="submit" value="{{ submit }}"/></li>
 </ol>
 </form>