Merge branch 'main' of https://github.com/frappe/school into jobs-improvement

This commit is contained in:
Jannat Patel
2022-01-11 19:30:53 +05:30
6 changed files with 12 additions and 13 deletions

View File

@@ -18,7 +18,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 %}