diff options
Diffstat (limited to 'templates/registration/password_reset_complete.html')
-rw-r--r-- | templates/registration/password_reset_complete.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/registration/password_reset_complete.html b/templates/registration/password_reset_complete.html new file mode 100644 index 0000000..c0bccc1 --- /dev/null +++ b/templates/registration/password_reset_complete.html @@ -0,0 +1,7 @@ +{% extends 'registration/base_simple.html' %} + +{% block content %} + <p> + Your password has been set. You may go ahead and <a href="{% url 'signin' %}">sign in</a> now. + </p> +{% endblock %}
\ No newline at end of file |