diff --git a/apps/course/templates/course/lesson.html b/apps/course/templates/course/lesson.html index 1152d092..73b70f0a 100644 --- a/apps/course/templates/course/lesson.html +++ b/apps/course/templates/course/lesson.html @@ -37,6 +37,25 @@
{{ lesson.title }}
{{ lesson.short_description }}
+ +
+ {% if lesson.author.photo %} +
+ +
+ {% else %} +
+ +
+ {% endif %} +
+
{{ lesson.author.get_full_name }}
+
+
{{ lesson.created_at_humanize }}
+
+
+
+
diff --git a/apps/school/templates/school/livelesson_detail.html b/apps/school/templates/school/livelesson_detail.html index 4f9c0954..50a320fe 100644 --- a/apps/school/templates/school/livelesson_detail.html +++ b/apps/school/templates/school/livelesson_detail.html @@ -18,8 +18,7 @@ {% else %} {% if livelesson.cover %} - {% else %} - {% endif %} + {% endif %} {% endif %} diff --git a/web/src/sass/_common.sass b/web/src/sass/_common.sass index bbd65362..ffff2e32 100755 --- a/web/src/sass/_common.sass +++ b/web/src/sass/_common.sass @@ -2725,6 +2725,8 @@ a.grey-link object-fit: cover width: 100% height: 100% + &__user + margin-bottom: 30px .lessons