ForgotPassword: DONE-Using the Django authentication system- Adapted to use manifold...
[myslice.git] / ui / templates / registration / password_reset_done.html
diff --git a/ui/templates/registration/password_reset_done.html b/ui/templates/registration/password_reset_done.html
new file mode 100644 (file)
index 0000000..58afd0e
--- /dev/null
@@ -0,0 +1,14 @@
+{% extends "layout-unfold1.html" %}
+{% load i18n %}
+
+{% block unfold_main %}
+
+{% block content %}
+
+<h1>{% trans 'Password reset successful' %}</h1>
+
+<p>{% trans "We've emailed you instructions for setting your password to the email address you submitted. You should be receiving it shortly." %}</p>
+
+{% endblock %}
+{% endblock %}
+