From 0859afdf3465bd3dfa32485533ebf0e272fd30c1 Mon Sep 17 00:00:00 2001 From: Anand Chitipothu Date: Thu, 20 May 2021 15:08:12 +0530 Subject: [PATCH] style: fixed the styles of the sidebar --- community/www/courses/about/index.html | 2 ++ community/www/courses/discuss/index.html | 2 ++ community/www/courses/learn/index.html | 1 + community/www/courses/members/index.html | 1 + community/www/courses/schedule/index.html | 1 + community/www/macros/sidebar.html | 14 +++++++------- 6 files changed, 14 insertions(+), 7 deletions(-) diff --git a/community/www/courses/about/index.html b/community/www/courses/about/index.html index 99eb138f..46bf0e13 100644 --- a/community/www/courses/about/index.html +++ b/community/www/courses/about/index.html @@ -6,6 +6,8 @@ {% block head_include %} + + {% endblock %} {% block content %} diff --git a/community/www/courses/discuss/index.html b/community/www/courses/discuss/index.html index b4e19f86..73270d8e 100644 --- a/community/www/courses/discuss/index.html +++ b/community/www/courses/discuss/index.html @@ -6,6 +6,8 @@ {% block head_include %} + + {% endblock %} {% block content %} diff --git a/community/www/courses/learn/index.html b/community/www/courses/learn/index.html index 24cf5504..db3a4549 100644 --- a/community/www/courses/learn/index.html +++ b/community/www/courses/learn/index.html @@ -9,6 +9,7 @@ + diff --git a/community/www/courses/members/index.html b/community/www/courses/members/index.html index 618ce2ac..bc7ce6f1 100644 --- a/community/www/courses/members/index.html +++ b/community/www/courses/members/index.html @@ -7,6 +7,7 @@ {% block head_include %} + {% endblock %} {% block content %} diff --git a/community/www/courses/schedule/index.html b/community/www/courses/schedule/index.html index 8f3cff12..f78a9397 100644 --- a/community/www/courses/schedule/index.html +++ b/community/www/courses/schedule/index.html @@ -4,6 +4,7 @@ {% block head_include %} + {% endblock %} {% block content %} diff --git a/community/www/macros/sidebar.html b/community/www/macros/sidebar.html index d0922924..c36ab8ee 100644 --- a/community/www/macros/sidebar.html +++ b/community/www/macros/sidebar.html @@ -1,12 +1,12 @@ {% macro Sidebar(course, batch_code) %} -{% endmacro %} \ No newline at end of file +{% endmacro %}