{% with author = course.get_instructor() %}
- {{ widgets.Avatar(member=author, avatar_class="avatar-medium") }}
{{ author.full_name }}
+ {{ widgets.Avatar(member=author, avatar_class="avatar-medium") }}
{{ author.full_name }}
{% endwith %}
diff --git a/community/lms/widgets/InstructorSection.html b/community/lms/widgets/InstructorSection.html
index 367148dd..9c96c294 100644
--- a/community/lms/widgets/InstructorSection.html
+++ b/community/lms/widgets/InstructorSection.html
@@ -1,6 +1,6 @@