diff --git a/apps/course/templates/course/_items.html b/apps/course/templates/course/_items.html index 1927dfde..eba23759 100644 --- a/apps/course/templates/course/_items.html +++ b/apps/course/templates/course/_items.html @@ -20,7 +20,11 @@
{{ course.short_description }}
+ {% if course.author.photo %} +
+ {% else %}
+ {% endif %}
{{ course.author.first_name }} {{ course.author.last_name }}