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