From 5c7b4b7c8dd0b161a92b9127234b8f89c95aa42a Mon Sep 17 00:00:00 2001 From: Akshen Date: Fri, 17 May 2019 16:47:18 +0530 Subject: Forgot Password templates fixed --- fossee_manim/templates/registration/password_reset_done.html | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'fossee_manim/templates/registration/password_reset_done.html') diff --git a/fossee_manim/templates/registration/password_reset_done.html b/fossee_manim/templates/registration/password_reset_done.html index 0d335b8..e91ff73 100644 --- a/fossee_manim/templates/registration/password_reset_done.html +++ b/fossee_manim/templates/registration/password_reset_done.html @@ -1,9 +1,14 @@ -{% extends "base.html" %} +{% extends "registration/base.html" %} {% block title %} Password reset successful {% endblock %} -{% block pagetitle %} - Instruction for setting new password has been mailed to your registered email address +{% block content %} +
+
+

Instruction for setting new password has been mailed + to your registered email address +

+
{% endblock %} \ No newline at end of file -- cgit