summaryrefslogtreecommitdiff
path: root/yaksh/templates/registration
diff options
context:
space:
mode:
authoradityacp2020-01-02 15:35:07 +0530
committeradityacp2020-01-02 15:35:07 +0530
commit887cfb20d0ba158aa0e0838d6b40f334084d202e (patch)
tree3c74882521f3a3c358871e8eabd94b8e1f6ef304 /yaksh/templates/registration
parent29f93bce956af26e1b3ffe5ffc04e02c9f32de59 (diff)
downloadonline_test-887cfb20d0ba158aa0e0838d6b40f334084d202e.tar.gz
online_test-887cfb20d0ba158aa0e0838d6b40f334084d202e.tar.bz2
online_test-887cfb20d0ba158aa0e0838d6b40f334084d202e.zip
Change courses page with new UI
Diffstat (limited to 'yaksh/templates/registration')
-rw-r--r--yaksh/templates/registration/password_change_done.html2
-rw-r--r--yaksh/templates/registration/password_change_form.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/yaksh/templates/registration/password_change_done.html b/yaksh/templates/registration/password_change_done.html
index ccaf312..9dd04b5 100644
--- a/yaksh/templates/registration/password_change_done.html
+++ b/yaksh/templates/registration/password_change_done.html
@@ -1,4 +1,4 @@
-{% extends "manage.html" %}
+{% extends "base.html" %}
{% load static %}
{% block title %} Change Password {% endblock %}
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 %}