From 4f720da4f1fbd620efe4ea45677e9dd13480b81f Mon Sep 17 00:00:00 2001 From: Sashi20 Date: Mon, 17 Jan 2022 15:10:12 +0530 Subject: Add section on home page for schedule --- static/website/templates/home.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/static/website/templates/home.html b/static/website/templates/home.html index 652452c..5b6c15e 100755 --- a/static/website/templates/home.html +++ b/static/website/templates/home.html @@ -200,6 +200,26 @@ It provides a unique opportunity to discuss about the latest trends on Scientifi +
+
+
+

Tentative Schedule

+ {% if tentative_schedule.display_schedule_table %} +
+ {{ tentative_schedule.schedule_table | safe }} +
+ + {% else %} + +
+

Schedule will be announced soon

+
+ {% endif %} +
+
+
+ +
-- cgit