summaryrefslogtreecommitdiff
path: root/templates/registration/password_reset_complete.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/registration/password_reset_complete.html')
-rw-r--r--templates/registration/password_reset_complete.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/registration/password_reset_complete.html b/templates/registration/password_reset_complete.html
new file mode 100644
index 0000000..1d88fdf
--- /dev/null
+++ b/templates/registration/password_reset_complete.html
@@ -0,0 +1,9 @@
+{% extends "base.html" %}
+
+{% block title %}Password reset completed{% endblock %}
+{% block heading %}Password reset completed{% endblock %}
+
+{% block body %}
+
+<p>Your password has been set. You may go ahead and log in now.</p>
+{% endblock %}