From 1066a3fb9fd857f4ffaaf2ec4a72c6c4a4be18ee Mon Sep 17 00:00:00 2001
From: Ross
Date: Mon, 2 Feb 2026 13:35:08 +0000
Subject: [PATCH] Update password reset link text for clarity in login template
---
templates/registration/login.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/registration/login.html b/templates/registration/login.html
index 189ba456..b460a180 100644
--- a/templates/registration/login.html
+++ b/templates/registration/login.html
@@ -10,7 +10,7 @@
{{ form | crispy }}
-
+ Forgotten your password? Reset it here.
{% if request.user.is_staff %}
Change password
{% endif %}