summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/registration/password_reset_done.html
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common/templates/registration/password_reset_done.html')
-rw-r--r--ishtar_common/templates/registration/password_reset_done.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/ishtar_common/templates/registration/password_reset_done.html b/ishtar_common/templates/registration/password_reset_done.html
new file mode 100644
index 000000000..cc7d9b40e
--- /dev/null
+++ b/ishtar_common/templates/registration/password_reset_done.html
@@ -0,0 +1,8 @@
+{% extends "base.html" %}
+{% load i18n %}
+
+{% block content %}
+<div class='info'>
+<p>{% trans "Email with password reset instructions has been sent." %}</p>
+</div>
+{% endblock %}