summaryrefslogtreecommitdiff
path: root/fossee_manim/templates/registration/password_reset_complete.html
diff options
context:
space:
mode:
Diffstat (limited to 'fossee_manim/templates/registration/password_reset_complete.html')
-rw-r--r--fossee_manim/templates/registration/password_reset_complete.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/fossee_manim/templates/registration/password_reset_complete.html b/fossee_manim/templates/registration/password_reset_complete.html
new file mode 100644
index 0000000..1ff3f76
--- /dev/null
+++ b/fossee_manim/templates/registration/password_reset_complete.html
@@ -0,0 +1,7 @@
+{% extends "base.html" %}
+
+{% block pagetitle %}Password reset complete{% endblock %}
+{% block content %}
+<p>Your password has been reset. </p>
+
+{% endblock %} \ No newline at end of file