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