aboutsummaryrefslogtreecommitdiffstats
path: root/templates/registration/password_reset_done.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/registration/password_reset_done.html')
-rw-r--r--templates/registration/password_reset_done.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/registration/password_reset_done.html b/templates/registration/password_reset_done.html
new file mode 100644
index 0000000..6abc3e1
--- /dev/null
+++ b/templates/registration/password_reset_done.html
@@ -0,0 +1,12 @@
+{% extends 'registration/base_simple.html' %}
+
+{% block content %}
+ <p>
+ We've emailed you instructions for setting your password, if an account exists with the email you entered.
+ You should receive them shortly.
+ </p>
+ <p>
+ If you don't receive an email, please make sure you've entered the address you registered with,
+ and check your spam folder.
+ </p>
+{% endblock %} \ No newline at end of file