From 3b66e5fb8af12ce756f34966bb684373062551dd Mon Sep 17 00:00:00 2001 From: prathamesh Date: Tue, 1 Nov 2016 09:24:20 +0530 Subject: modified profile and password reset/change templates --- yaksh/templates/register/password_reset_complete.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'yaksh/templates/register/password_reset_complete.html') diff --git a/yaksh/templates/register/password_reset_complete.html b/yaksh/templates/register/password_reset_complete.html index 0801d3b..0c1bae2 100644 --- a/yaksh/templates/register/password_reset_complete.html +++ b/yaksh/templates/register/password_reset_complete.html @@ -1,6 +1,5 @@ {% extends "base.html" %} -{% block title %}Password reset complete{% endblock %} -{% block pagetitle %} Online Test {% endblock %} +{% block pagetitle %}Password reset complete{% endblock %} {% block content %}

Your password has been reset.

Log in

-- cgit