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.html6
1 files changed, 6 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..b8ef93c
--- /dev/null
+++ b/templates/registration/password_reset_done.html
@@ -0,0 +1,6 @@
+{% extends "base.html" %}
+{% load i18n %}
+
+{% block content %}
+<p>{% trans "An email with password reset instructions has been sent." %}</p>
+{% endblock %}