Files
lms/community/lms/widgets/CourseOutline.html
pateljannat 1e3152e303 fix: ui
2021-06-10 13:41:11 +05:30

8 lines
257 B
HTML

<div class="mt-5">
<h3> Course Outline </h3>
{% for chapter in course.get_chapters() %}
{{ widgets.ChapterTeaser(index=loop.index, chapter=chapter, course=course, batch=batch, show_link=show_link, show_progress=show_progress)}}
{% endfor %}
</div>