fix: tabs and learn page

This commit is contained in:
pateljannat
2021-05-24 19:24:07 +05:30
parent ca42c32f54
commit c9185ae68c
12 changed files with 102 additions and 123 deletions

View File

@@ -10,9 +10,9 @@
{% endblock %}
{% block content %}
<div>
<div class="container">
{{ widgets.BatchTabs(course=course, batch=batch) }}
<div class="container">
<div class="tab-content" id="about">
{{ CourseBasicDetail(course)}}
{{ InstructorsSection(course.get_instructor()) }}
{{ BatchDetails(batch)}}