summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/registration/login.html
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common/templates/registration/login.html')
-rw-r--r--ishtar_common/templates/registration/login.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/templates/registration/login.html b/ishtar_common/templates/registration/login.html
index 4d8e2f37b..452ef91ef 100644
--- a/ishtar_common/templates/registration/login.html
+++ b/ishtar_common/templates/registration/login.html
@@ -35,7 +35,7 @@
<hr/>
<div class="row justify-content-center">
<div class="col-md-6">
- <small class="text-secondary">{% trans "Forgot password?" %} <a href="{% url 'auth_password_reset' %}">{% trans "Reset it" %}</a> &ndash;
+ <small class="text-secondary">{% trans "Forgot password?" %} <a href="{% url 'password_reset' %}">{% trans "Reset it" %}</a> &ndash;
{% trans "Not member?" %} <a href="{% url 'registration_register' %}">{% trans "Register" %}</a></small>
</div>
</div>