diff --git a/apps/course/templates/course/_items.html b/apps/course/templates/course/_items.html index 77cf7cd5..b181a3e2 100644 --- a/apps/course/templates/course/_items.html +++ b/apps/course/templates/course/_items.html @@ -5,7 +5,7 @@
{% thumbnail course.cover.image "300x170" crop="center" as im %} @@ -16,12 +16,6 @@
Подробнее
{% if course.is_featured %}
- {% endif %} {% if course.is_deferred_start %} -
-
Курс начнется:
-
{{ course.deferred_start_at_humanize }}
-
-
{% endif %} {% if course.status == 1 %}
@@ -44,6 +38,13 @@
{% endif %} + {% if course.is_deferred_start and course.status == 2 %} +
+
Курс начнется:
+
{{ course.deferred_start_at_humanize }}
+
+
+ {% endif %}