summaryrefslogtreecommitdiffstats
path: root/templates/registration/password_change_done.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/registration/password_change_done.html')
-rw-r--r--templates/registration/password_change_done.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/registration/password_change_done.html b/templates/registration/password_change_done.html
new file mode 100644
index 0000000..3f3061f
--- /dev/null
+++ b/templates/registration/password_change_done.html
@@ -0,0 +1,10 @@
+{% extends "base.html" %}
+
+{% block title %}Password Change Complete{% endblock %}
+{% block heading %}Password Change Complete{% endblock %}
+
+{% block body %}
+
+<p>Your password has been changed sucessfully.</p>
+
+{% endblock %}