diff options
Diffstat (limited to 'ishtar_common/templates/registration/login.html')
| -rw-r--r-- | ishtar_common/templates/registration/login.html | 2 |
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> – + <small class="text-secondary">{% trans "Forgot password?" %} <a href="{% url 'password_reset' %}">{% trans "Reset it" %}</a> – {% trans "Not member?" %} <a href="{% url 'registration_register' %}">{% trans "Register" %}</a></small> </div> </div> |
