From 559656a1618f9287dae818db7895ddbc34198bc5 Mon Sep 17 00:00:00 2001 From: Ivlev Denis Date: Wed, 31 Jan 2018 11:21:43 +0300 Subject: [PATCH] LIL-153. Add link to author --- apps/course/templates/course/_items.html | 2 ++ 1 file changed, 2 insertions(+) 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 }}