Update password reset link text for clarity in login template

This commit is contained in:
Ross
2026-02-02 13:35:08 +00:00
parent 3ade162b28
commit 1066a3fb9f
+1 -1
View File
@@ -10,7 +10,7 @@
{{ form | crispy }}
<button type="submit">Login</button>
</form>
<!-- <p><a href="{% url 'password_reset' %}">Reset password</a></p> -->
Forgotten your password? <a href="{% url 'password_reset' %}">Reset it here.</a></p>
{% if request.user.is_staff %}
<p><a href="{% url 'password_change' %}">Change password</a></p>
{% endif %}