From dc3213fe3a5a107b6d7f3b4ef1b876db842c287d Mon Sep 17 00:00:00 2001 From: LV-426 Date: Mon, 23 Feb 2015 14:46:51 +0200 Subject: pw-reset: html --- res/templates/pw_reset.html | 106 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 106 insertions(+) create mode 100644 res/templates/pw_reset.html (limited to 'res') diff --git a/res/templates/pw_reset.html b/res/templates/pw_reset.html new file mode 100644 index 00000000..f4800d38 --- /dev/null +++ b/res/templates/pw_reset.html @@ -0,0 +1,106 @@ +{% extends "base.html" %} {% block title %}Rhizi - Password Reset{% endblock %} +{% block head %} {{ super() }} + + + + + +{% endblock %} {% block content %} +
+
+ +
Password Reset
+
+ {% if 'step_0__reset_request_submission' == pw_rst_step %} +
+
+

To have a password renewal link sent to you,
please insert the email addressed associated with your Rhizi account.

+
+
+ +
+
+
+
+
+
Submit
+
+ {% elif 'step_1__collect_new_password' == pw_rst_step %} +
+
+

Please set a new account password:

+
+
+ +
+
+ +
+
+
+
+
Submit
+
+
+ {% elif 'general_error' == pw_rst_step %} +
+
+

An error has occurred, please try again later.

+
+
+ {% endif %} +
+
+
+
+
+
+{% endblock %} -- cgit v1.3.1