X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/7ef4abfc9ef8f8835f83cec90040a8d91a659d00..13c028d86c5ac967ff8aeb02166627e2ae775c71:/apps/wolnelektury_core/templates/auth/login.html diff --git a/apps/wolnelektury_core/templates/auth/login.html b/apps/wolnelektury_core/templates/auth/login.html index 6d71cd5b4..671f32a5a 100644 --- a/apps/wolnelektury_core/templates/auth/login.html +++ b/apps/wolnelektury_core/templates/auth/login.html @@ -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>