diff --git a/apps/content/templates/content/blocks/video.html b/apps/content/templates/content/blocks/video.html index 16b13a4b..da44d655 100644 --- a/apps/content/templates/content/blocks/video.html +++ b/apps/content/templates/content/blocks/video.html @@ -6,11 +6,11 @@
{% if content.is_youtube_video %} {% elif content.is_vimeo_video %} {% endif %} diff --git a/apps/school/templates/blocks/schedule_item.html b/apps/school/templates/blocks/schedule_item.html index 4de76462..b2a48238 100644 --- a/apps/school/templates/blocks/schedule_item.html +++ b/apps/school/templates/blocks/schedule_item.html @@ -56,13 +56,11 @@ {% endif %}
- {% comment %} {% if live_lesson and live_lesson.short_description %} {{ live_lesson.short_description }} {% else %} - {% endcomment %} {{ school_schedule.description }} - {% comment %}{% endif %}{% endcomment %} + {% endif %}
Материалы
diff --git a/apps/user/templates/user/profile.html b/apps/user/templates/user/profile.html index 6df83e4a..074bf1d3 100644 --- a/apps/user/templates/user/profile.html +++ b/apps/user/templates/user/profile.html @@ -142,7 +142,7 @@ {% if paid.exists %} {% include "course/course_items.html" with course_items=paid %} {% endif %} - {% if not is_school_purchased and not paid.exists and not user_gift_certificates.exists %} + {% if not is_school_purchased and not is_camp_purchased and not paid.exists and not user_gift_certificates.exists %}
Вы пока ничего не приобрели...