fix: community cards

This commit is contained in:
Jannat Patel
2022-01-10 16:45:06 +05:30
parent 326bc88f19
commit ff05292bdb
6 changed files with 12 additions and 13 deletions

View File

@@ -19,7 +19,7 @@
<div class="member-parent">
{% for user in user_details %}
{{ widgets.MemberCard(member=user, show_course_count=False) }}
{{ widgets.MemberCard(member=user, show_course_count=False, avatar_class="avatar-large") }}
{% endfor %}
</div>
{% if user_count > user_details | length %}