diff --git a/apps/course/templates/course/_items.html b/apps/course/templates/course/_items.html index cfdd7fbe..717325b7 100644 --- a/apps/course/templates/course/_items.html +++ b/apps/course/templates/course/_items.html @@ -22,6 +22,7 @@
{{ course.short_description }}
+ {% if course.author.photo %}
@@ -31,6 +32,7 @@
{% endif %} +
{{ course.author.get_full_name }}