diff options
author | prathamesh | 2016-11-01 09:24:20 +0530 |
---|---|---|
committer | prathamesh | 2016-11-01 09:24:20 +0530 |
commit | 3b66e5fb8af12ce756f34966bb684373062551dd (patch) | |
tree | 9805cf1a680c275397e7009d8dea20f800f06153 /yaksh/templates/register/password_reset_done.html | |
parent | d231fbd10c087f721f1fd8a576b4c40a84e0a5a0 (diff) | |
download | online_test-3b66e5fb8af12ce756f34966bb684373062551dd.tar.gz online_test-3b66e5fb8af12ce756f34966bb684373062551dd.tar.bz2 online_test-3b66e5fb8af12ce756f34966bb684373062551dd.zip |
modified profile and password reset/change templates
Diffstat (limited to 'yaksh/templates/register/password_reset_done.html')
-rw-r--r-- | yaksh/templates/register/password_reset_done.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/yaksh/templates/register/password_reset_done.html b/yaksh/templates/register/password_reset_done.html index ace3cc9..1ac7b60 100644 --- a/yaksh/templates/register/password_reset_done.html +++ b/yaksh/templates/register/password_reset_done.html @@ -1,4 +1,3 @@ {% extends "base.html" %} {% block title %}Password reset successful{% endblock %} -{% block pagetitle %} Online Test {% endblock %} -{% block formtitle %} Instruction for setting new password has been mailed to your registered email address {% endblock %} +{% block pagetitle %} Instruction for setting new password has been mailed to your registered email address {% endblock %} |