ForgotPassword: DONE-Using the Django authentication system- Adapted to use manifold...
[myslice.git] / ui / templates / registration / password_reset_complete.html
diff --git a/ui/templates/registration/password_reset_complete.html b/ui/templates/registration/password_reset_complete.html
new file mode 100644 (file)
index 0000000..a566307
--- /dev/null
@@ -0,0 +1,17 @@
+{% extends "layout-unfold1.html" %}
+{% load i18n %}
+
+{% block unfold_main %}
+
+
+{% block content %}
+
+<h1>{% trans 'Password reset complete' %}</h1>
+
+<p>{% trans "Your password has been set.  You may go ahead and log in now." %}</p>
+
+<p><a href="{{ login_url }}">{% trans 'Log in' %}</a></p>
+
+{% endblock %}
+{% endblock %}
+