refactor: course and sidebar cleanup

This commit is contained in:
pateljannat
2021-05-24 10:28:02 +05:30
parent 419a7e666f
commit 631275e9a8
15 changed files with 207 additions and 144 deletions

View File

@@ -1,6 +1,6 @@
{% extends "templates/base.html" %}
{% from "www/macros/sidebar.html" import Sidebar %}
{% block title %}Schedule{% endblock %}
{% block head_include %}
<meta name="description" content="Courses" />
<meta name="keywords" content="" />
@@ -8,7 +8,12 @@
{% endblock %}
{% block content %}
{{ Sidebar(course, batch) }}
<div class="container">
<div>
{{ widgetsBatchTabs(course=course, batch=batch) }}
<div class="container">
<h3>
Schedule
</h3>
</div>
</div>
{% endblock %}