refactor: learn page

This commit is contained in:
Anand Chitipothu
2021-05-06 06:57:00 +05:30
parent 761f36519e
commit 88457a82ac
3 changed files with 19 additions and 6 deletions

View File

@@ -9,7 +9,7 @@
{% endblock %}
{% block content %}
{{ Sidebar(course_slug, batch_code) }}
{{ Sidebar(course.name, batch.name) }}
<div class="container">
{{ CourseBasicDetail(course)}}
{{ InstructorsSection(course.get_instructor()) }}