diff options
Diffstat (limited to 'sbhs/templates/account/registration/password_reset_done.html')
-rw-r--r-- | sbhs/templates/account/registration/password_reset_done.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sbhs/templates/account/registration/password_reset_done.html b/sbhs/templates/account/registration/password_reset_done.html new file mode 100644 index 0000000..cc4c316 --- /dev/null +++ b/sbhs/templates/account/registration/password_reset_done.html @@ -0,0 +1,12 @@ +{% extends "base.html" %} + +{% block title %}Reset your password{% endblock %} + +{% block content %} + <div class = "container"> + <h1>Reset your password</h1> + <p>We've emailed you instructions for setting your password.</p> + <p>If you don't receive an email, please make sure you've entered the address you registered with.</p> + </div> + +{% endblock %} |