diff options
Diffstat (limited to 'fossee_manim/templates/registration/password_reset_done.html')
-rw-r--r-- | fossee_manim/templates/registration/password_reset_done.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/fossee_manim/templates/registration/password_reset_done.html b/fossee_manim/templates/registration/password_reset_done.html new file mode 100644 index 0000000..0d335b8 --- /dev/null +++ b/fossee_manim/templates/registration/password_reset_done.html @@ -0,0 +1,9 @@ +{% extends "base.html" %} + +{% block title %} + Password reset successful +{% endblock %} + +{% block pagetitle %} + Instruction for setting new password has been mailed to your registered email address +{% endblock %}
\ No newline at end of file |