fix: import

This commit is contained in:
Jannat Patel
2022-02-10 10:32:23 +05:30
parent 08fff1700f
commit 6ee1413996
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@
{% set instructors = get_instructors(course.name) %}
{% for instructor in instructors %}
{% if instructors | length > 1 and loop.index == 1 %}
<div class="avatar-group left overlap">
<div class="avatar-group overlap">
{% endif %}
{{ widgets.Avatar(member=instructor, avatar_class="avatar-small") }}