diff options
Diffstat (limited to 'ishtar/templates/registration/password_reset_complete.html')
-rw-r--r-- | ishtar/templates/registration/password_reset_complete.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ishtar/templates/registration/password_reset_complete.html b/ishtar/templates/registration/password_reset_complete.html new file mode 100644 index 000000000..ef3637c70 --- /dev/null +++ b/ishtar/templates/registration/password_reset_complete.html @@ -0,0 +1,10 @@ +{% extends "base.html" %} +{% load i18n %} + +{% block content %} + +<p>{% trans "Password reset successfully" %}</p> + +<p><a href="{% url auth_login %}">{% trans "Log in" %}</a></p> + +{% endblock %} |