diff --git a/apps/course/templates/course/_items.html b/apps/course/templates/course/_items.html index b181a3e2..05360776 100644 --- a/apps/course/templates/course/_items.html +++ b/apps/course/templates/course/_items.html @@ -8,10 +8,10 @@ {% if course.is_deferred_start and course.status == 2 %}data-future-course data-future-course-time={{ course.deferred_start_at.timestamp }}{% endif %} > - {% thumbnail course.cover.image "300x170" crop="center" as im %} - + {% thumbnail course.cover.image "300x200" crop="center" as im %} + {% empty %} - + {% endthumbnail %} Подробнее {% if course.is_featured %} diff --git a/apps/course/templates/course/inclusion/category_menu_items.html b/apps/course/templates/course/inclusion/category_menu_items.html index 105b803b..a01342a9 100644 --- a/apps/course/templates/course/inclusion/category_menu_items.html +++ b/apps/course/templates/course/inclusion/category_menu_items.html @@ -1,7 +1,7 @@ -{% for cat in category_items %} Все курсы +{% for cat in category_items %} {{ cat.title }} diff --git a/apps/school/templates/blocks/promo.html b/apps/school/templates/blocks/promo.html index 56abf89d..c225e36c 100644 --- a/apps/school/templates/blocks/promo.html +++ b/apps/school/templates/blocks/promo.html @@ -53,26 +53,4 @@ -