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/payment/templates/payment/payment_success.html b/apps/payment/templates/payment/payment_success.html index 53d946d4..7d174018 100644 --- a/apps/payment/templates/payment/payment_success.html +++ b/apps/payment/templates/payment/payment_success.html @@ -3,7 +3,7 @@
{% if school %} -
Вы успешно приобрели школу!
+
Вы успешно приобрели доступ к урокам онлайн-школы!
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 @@
-
- - - - - - - - - - - - - - - - - - - - -
diff --git a/project/templates/blocks/gallery.html b/project/templates/blocks/gallery.html index d6b7a43f..a07537e7 100644 --- a/project/templates/blocks/gallery.html +++ b/project/templates/blocks/gallery.html @@ -11,43 +11,79 @@