diff options
Diffstat (limited to 'yaksh/templates/registration/password_reset_complete.html')
-rw-r--r-- | yaksh/templates/registration/password_reset_complete.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/yaksh/templates/registration/password_reset_complete.html b/yaksh/templates/registration/password_reset_complete.html new file mode 100644 index 0000000..0c1bae2 --- /dev/null +++ b/yaksh/templates/registration/password_reset_complete.html @@ -0,0 +1,6 @@ +{% extends "base.html" %} +{% block pagetitle %}Password reset complete{% endblock %} +{% block content %} +<p>Your password has been reset. </p> +<p><a href="{{ login_url }}">Log in</a></p> +{% endblock %} |