diff options
Diffstat (limited to 'yaksh/templates/register/password_change_form.html')
-rw-r--r-- | yaksh/templates/register/password_change_form.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/yaksh/templates/register/password_change_form.html b/yaksh/templates/register/password_change_form.html index 48292f8..b618410 100644 --- a/yaksh/templates/register/password_change_form.html +++ b/yaksh/templates/register/password_change_form.html @@ -1,8 +1,6 @@ {% extends "base.html" %} <!DOCTYPE html> -{% block title %} Change Password {% endblock %} - -{% block pagetitle %} Online Test {% endblock %} +{% block pagetitle %} Change Password {% endblock %} {% block content %} <form action="" method="post" > |