From 887cfb20d0ba158aa0e0838d6b40f334084d202e Mon Sep 17 00:00:00 2001
From: adityacp
Date: Thu, 2 Jan 2020 15:35:07 +0530
Subject: Change courses page with new UI

---
 yaksh/templates/registration/password_change_done.html | 2 +-
 yaksh/templates/registration/password_change_form.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

(limited to 'yaksh/templates/registration')

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 %}
-- 
cgit