From 82e3e0618d30878c9e370cc2fdd8016292ad9e8f Mon Sep 17 00:00:00 2001 From: Ross Date: Tue, 23 Jan 2024 11:26:03 +0000 Subject: [PATCH] improve password reset wording --- templates/registration/password_reset_form.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/registration/password_reset_form.html b/templates/registration/password_reset_form.html index bccb08ea..0d7d3d67 100644 --- a/templates/registration/password_reset_form.html +++ b/templates/registration/password_reset_form.html @@ -1,9 +1,9 @@ {% extends 'base.html' %} -{% block title %}Forgot Your Password?{% endblock %} +{% block title %}Need a Password?{% endblock %} {% block content %} -

Forgot your password?

+

Need a password?

Enter your email address below, and we'll email instructions for setting a new one.