From d3637b220740dd552855b81d38a5da4107233786 Mon Sep 17 00:00:00 2001 From: adityacp Date: Fri, 20 Dec 2019 12:20:25 +0530 Subject: Change the password reset page and change password page --- .../templates/registration/password_reset_done.html | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) (limited to 'yaksh/templates/registration/password_reset_done.html') diff --git a/yaksh/templates/registration/password_reset_done.html b/yaksh/templates/registration/password_reset_done.html index 8f259c7..a6f30a0 100644 --- a/yaksh/templates/registration/password_reset_done.html +++ b/yaksh/templates/registration/password_reset_done.html @@ -1,18 +1,22 @@ {% extends "base.html" %} -{% block pagetitle %} -
- +{% block title %} Forgot Password {% endblock %} + +{% block nav %} +
+ + {% endblock %} {% block content %} +

-

Password reset successful

-
+

Password reset successful

+
Instruction for setting new password has been mailed to your registered email address
+
+Go to Login
{% endblock %} -- cgit