diff options
Diffstat (limited to 'yaksh/templates/registration/password_reset_done.html')
-rw-r--r-- | yaksh/templates/registration/password_reset_done.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/yaksh/templates/registration/password_reset_done.html b/yaksh/templates/registration/password_reset_done.html new file mode 100644 index 0000000..1ac7b60 --- /dev/null +++ b/yaksh/templates/registration/password_reset_done.html @@ -0,0 +1,3 @@ +{% 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 %} |