mirror of
https://github.com/frappe/lms.git
synced 2026-05-01 21:19:31 +03:00
fix: discussion, batch home page, new fields for batches
This commit is contained in:
@@ -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