Merge branch 'main' into course-page

This commit is contained in:
Anand Chitipothu
2021-05-06 13:50:12 +05:30
committed by GitHub
4 changed files with 35 additions and 4 deletions

View File

@@ -78,9 +78,7 @@
{% for m in batch.get_mentors() %}
<div>
{% if m.photo_url %}
<img class="profile-photo" src="{{m.photo_url}}">
{% endif %}
{{ widgets.Avatar(member=m, avatar_class="avatar-medium" ) }}
<span class="instructor-title">{{m.full_name}}</span>
</div>
{% endfor %}