From d54b62c2803f0f0edb45348f47d6a541ca09e022 Mon Sep 17 00:00:00 2001 From: adityacp Date: Wed, 26 Aug 2020 20:29:03 +0530 Subject: First cut for in video quizzes --- yaksh/templates/base.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'yaksh/templates/base.html') diff --git a/yaksh/templates/base.html b/yaksh/templates/base.html index c70c265..7ce653d 100644 --- a/yaksh/templates/base.html +++ b/yaksh/templates/base.html @@ -20,6 +20,8 @@ + + {% block meta %} @@ -37,6 +39,9 @@ + + + + + + + + + {% block script %} {% endblock %} -- cgit From 4975c2ebd8fcebbb34944b7ef4b16add3071ea43 Mon Sep 17 00:00:00 2001 From: ankitjavalkar Date: Thu, 8 Oct 2020 16:35:32 +0530 Subject: Add footer and CSS --- yaksh/templates/base.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'yaksh/templates/base.html') diff --git a/yaksh/templates/base.html b/yaksh/templates/base.html index 7bf70fb..2cc607c 100644 --- a/yaksh/templates/base.html +++ b/yaksh/templates/base.html @@ -105,6 +105,18 @@ {% block footer %} + {% endblock %} -- cgit From 8747c671d87418be83c8c6b9849e2962cdbb0715 Mon Sep 17 00:00:00 2001 From: adityacp Date: Sat, 24 Oct 2020 16:42:10 +0530 Subject: Improve lesson statistics --- yaksh/templates/base.html | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'yaksh/templates/base.html') diff --git a/yaksh/templates/base.html b/yaksh/templates/base.html index 2cc607c..a108f8c 100644 --- a/yaksh/templates/base.html +++ b/yaksh/templates/base.html @@ -54,14 +54,9 @@ - + {% block script %} {% endblock %} -- cgit From 81f04f1382b1416480ed0bf0e4018afcce4cfef4 Mon Sep 17 00:00:00 2001 From: adityacp Date: Tue, 3 Nov 2020 16:46:29 +0530 Subject: Fix katex render to allow math inline --- yaksh/templates/base.html | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'yaksh/templates/base.html') diff --git a/yaksh/templates/base.html b/yaksh/templates/base.html index 2cc607c..4fa12c7 100644 --- a/yaksh/templates/base.html +++ b/yaksh/templates/base.html @@ -52,12 +52,21 @@ - + - -- cgit