]> git.ozlabs.org Git - patchwork/blobdiff - templates/registration/password_change_done.html
templates: use custom templates for password change
[patchwork] / templates / registration / password_change_done.html
diff --git a/templates/registration/password_change_done.html b/templates/registration/password_change_done.html
new file mode 100644 (file)
index 0000000..3f3061f
--- /dev/null
@@ -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 %}