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