Password Reset templates rearranged to portal/templates/
[myslice.git] / portal / templates / password_reset_complete.html
diff --git a/portal/templates/password_reset_complete.html b/portal/templates/password_reset_complete.html
new file mode 100644 (file)
index 0000000..63ce14e
--- /dev/null
@@ -0,0 +1,18 @@
+{% extends "layout-unfold1.html" %}
+{% load i18n %}
+
+{% block unfold_main %}
+
+
+{% block content %}
+
+<h2>{% trans 'OneLab secured Password reset wizard' %}</h2>
+<h3>{% trans 'Password reset successful' %}</h3>
+
+<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 %}
+