diff options
Diffstat (limited to 'yaksh/templates/registration/password_change_form.html')
-rw-r--r-- | yaksh/templates/registration/password_change_form.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yaksh/templates/registration/password_change_form.html b/yaksh/templates/registration/password_change_form.html index 4b2218f..b4880c6 100644 --- a/yaksh/templates/registration/password_change_form.html +++ b/yaksh/templates/registration/password_change_form.html @@ -1,4 +1,4 @@ -{% extends "manage.html" %} +{% extends "base.html" %} <!DOCTYPE html> {% block pagetitle %} Change Password {% endblock %} |