fix: progress pill and certificate secondary cta

This commit is contained in:
pateljannat
2021-09-02 13:26:45 +05:30
parent e0b25c1e6e
commit 3a2ebd42a7
5 changed files with 45 additions and 47 deletions

View File

@@ -14,7 +14,7 @@
</div>
<div class="cards-parent">
{% for course in courses %}
{{ widgets.CourseCard(course=course, show_progress_indicators=True) }}
{{ widgets.CourseCard(course=course, read_only=False) }}
{% endfor %}
</div>
</div>