mirror of
https://github.com/frappe/lms.git
synced 2026-04-26 02:29:48 +03:00
7 lines
363 B
HTML
7 lines
363 B
HTML
<div class="instructor">
|
|
{{ widgets.Avatar(member=instructor, avatar_class="avatar-medium") }}
|
|
<a class="ml-1 instructor-title" href="/user/{{instructor.username}}">{{ instructor.full_name }}</a>
|
|
<div class="instructor-subtitle">Course Creator</div>
|
|
<!-- <div class="instructor-subtitle">Created {{instructor.get_course_count()}} courses</div> -->
|
|
</div>
|