From 9ba411562b77e8bb338ef3c2ca22054803b27f8b Mon Sep 17 00:00:00 2001 From: adityacp Date: Fri, 20 Dec 2019 12:19:11 +0530 Subject: Change base templates for moderator side pages --- yaksh/templates/base.html | 2 +- yaksh/templates/manage.html | 90 +++++++++++++++++++-------------------------- 2 files changed, 39 insertions(+), 53 deletions(-) (limited to 'yaksh/templates') diff --git a/yaksh/templates/base.html b/yaksh/templates/base.html index 5fd53a1..e300a76 100644 --- a/yaksh/templates/base.html +++ b/yaksh/templates/base.html @@ -16,7 +16,7 @@ - + diff --git a/yaksh/templates/manage.html b/yaksh/templates/manage.html index 1dee595..3b0f82c 100644 --- a/yaksh/templates/manage.html +++ b/yaksh/templates/manage.html @@ -1,44 +1,49 @@ {% extends "base.html" %} + {% block nav %} -
- -
- @@ -82,23 +87,4 @@ {% endblock %} {% block footer %} - - - {% endblock %} -- cgit