From 745426ecc20bba58fd3721a960057ad8d41e3b99 Mon Sep 17 00:00:00 2001 From: CruiseDevice Date: Wed, 3 Jul 2019 17:31:38 +0530 Subject: Minor changes - Remove commented code. - Add active class to the tab selected on sidebar. --- yaksh/templates/yaksh/quiz.html | 4 ++-- yaksh/templates/yaksh/unit.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'yaksh/templates') diff --git a/yaksh/templates/yaksh/quiz.html b/yaksh/templates/yaksh/quiz.html index fca0cad..3240244 100644 --- a/yaksh/templates/yaksh/quiz.html +++ b/yaksh/templates/yaksh/quiz.html @@ -38,13 +38,13 @@ {% for unit in module.get_learning_units %} {% if unit.type == 'lesson' %} {% else %} diff --git a/yaksh/templates/yaksh/unit.html b/yaksh/templates/yaksh/unit.html index 1ceffe8..45092a6 100644 --- a/yaksh/templates/yaksh/unit.html +++ b/yaksh/templates/yaksh/unit.html @@ -38,13 +38,13 @@ {% for unit in module.get_learning_units %} {% if unit.type == 'lesson' %} {% else %} -- cgit