aboutsummaryrefslogtreecommitdiffstats
path: root/templates/registration/password_reset_complete.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/registration/password_reset_complete.html')
-rw-r--r--templates/registration/password_reset_complete.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/registration/password_reset_complete.html b/templates/registration/password_reset_complete.html
index ef3637c..d9f3879 100644
--- a/templates/registration/password_reset_complete.html
+++ b/templates/registration/password_reset_complete.html
@@ -5,6 +5,6 @@
<p>{% trans "Password reset successfully" %}</p>
-<p><a href="{% url auth_login %}">{% trans "Log in" %}</a></p>
+<p><a href="{% url "auth_login" %}">{% trans "Log in" %}</a></p>
{% endblock %}