diff --git a/apps/school/templates/blocks/_schedule_purchased_item.html b/apps/school/templates/blocks/_schedule_purchased_item.html index 9f10d576..7348bf12 100644 --- a/apps/school/templates/blocks/_schedule_purchased_item.html +++ b/apps/school/templates/blocks/_schedule_purchased_item.html @@ -1,5 +1,5 @@ {% load static %} {% load thumbnail %} -
+
{% if school_schedule.is_purchased %}
@@ -16,6 +16,11 @@ {% include './open_lesson.html' %} {% endif %}
+ + {% comment %} + + {% endcomment %} + {% else %} {% include './pay_btn.html' %} {% endif %} diff --git a/apps/school/templates/blocks/online.html b/apps/school/templates/blocks/online.html index b8b7dae3..5d964531 100644 --- a/apps/school/templates/blocks/online.html +++ b/apps/school/templates/blocks/online.html @@ -1,5 +1,5 @@ {% load static %} - +
ПРЯМОЙ ЭФИР
Каждый день в 17.00 (по Мск)
diff --git a/apps/school/templates/blocks/schedule.html b/apps/school/templates/blocks/schedule.html index 2efa91a7..19528349 100644 --- a/apps/school/templates/blocks/schedule.html +++ b/apps/school/templates/blocks/schedule.html @@ -7,7 +7,7 @@
{% for school_schedule in school_schedules %} {% with current_live_lesson=school_schedule.current_live_lesson %} -
+ +{% include './last_courses.html' %} diff --git a/apps/school/templates/school/schedules_print.html b/apps/school/templates/school/schedules_print.html index bd8485c0..18e3256e 100644 --- a/apps/school/templates/school/schedules_print.html +++ b/apps/school/templates/school/schedules_print.html @@ -19,7 +19,7 @@
{% for school_schedule in school_schedules %} {% with current_live_lesson=school_schedule.current_live_lesson %} -
+
@@ -97,6 +100,8 @@
{% endif %} + + {% comment %}
@@ -104,7 +109,8 @@
- {% comment %}
+ + diff --git a/project/templates/lilcity/edit_index.html b/project/templates/lilcity/edit_index.html index c1804af1..3b02591f 100644 --- a/project/templates/lilcity/edit_index.html +++ b/project/templates/lilcity/edit_index.html @@ -1,4 +1,5 @@ {% load static %} +{% load thumbnail %} {% load active_link_tags %} {% load category_menu_items from lilcity_category %} @@ -56,27 +57,40 @@
{% if request.user.is_authenticated %}