fix: ui issues

This commit is contained in:
pateljannat
2021-08-26 18:32:14 +05:30
parent 6965148e4e
commit ed91801769
7 changed files with 47 additions and 59 deletions

View File

@@ -3,7 +3,7 @@
<div class="course-home-headings">
Course Outline
</div>
<div class="coure-outline">
<div class="common-card-style course-outline">
{% for chapter in course.get_chapters() %}
{{ widgets.ChapterTeaser(index=loop.index, chapter=chapter, course=course, batch=batch, membership=membership) }}
{% endfor %}