diff --git a/app/auth/templates/auth/forgot_password.html b/app/auth/templates/auth/forgot_password.html index 28b6b11d..7588686b 100644 --- a/app/auth/templates/auth/forgot_password.html +++ b/app/auth/templates/auth/forgot_password.html @@ -12,12 +12,11 @@
{{ form.csrf_token }}
-
Forgot password
-

Enter your email address you signed up with and you will receive an email to reset your password.

+
Forgot password
- {{ form.email(class="form-control", type="email", placeholder="Your email address associated with your SimpleLogin account") }} + {{ form.email(class="form-control", type="email", placeholder="The email address associated with your SimpleLogin account") }} {{ render_field_errors(form.email) }}