fix: discussion, batch home page, new fields for batches
This commit is contained in:
5
community/lms/widgets/CourseOutline.html
Normal file
5
community/lms/widgets/CourseOutline.html
Normal file
@@ -0,0 +1,5 @@
|
||||
<h2>Course Outline</h2>
|
||||
|
||||
{% for chapter in course.get_chapters() %}
|
||||
{{ widgets.ChapterTeaser(index=loop.index, chapter=chapter, course=course, batch=batch, show_link=show_link)}}
|
||||
{% endfor %}
|
||||
Reference in New Issue
Block a user