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..1da3e731 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 %} -
+
diff --git a/project/templates/blocks/header.html b/project/templates/blocks/header.html index 49a595b5..17fbc8da 100644 --- a/project/templates/blocks/header.html +++ b/project/templates/blocks/header.html @@ -104,7 +104,10 @@ {% endif %} {% if request.user.role == request.user.TEACHER_ROLE or request.user.role == request.user.ADMIN_ROLE %} -
ДОБАВИТЬ ОНЛАЙН-УРОК
+
ДОБАВИТЬ УРОК ШКОЛЫ
+
+ +
УРОКИ ШКОЛЫ
{% endif %} {% endif %} @@ -112,9 +115,9 @@
ПРОФИЛЬ
- -
НАСТРОЙКИ
-
+ + +
ВЫЙТИ
diff --git a/project/templates/blocks/live.html b/project/templates/blocks/live.html index b8b7dae3..1da3e731 100644 --- a/project/templates/blocks/live.html +++ b/project/templates/blocks/live.html @@ -1,5 +1,5 @@ {% load static %} - +
ПРЯМОЙ ЭФИР
Каждый день в 17.00 (по Мск)
diff --git a/project/templates/blocks/school_schedules.html b/project/templates/blocks/school_schedules.html index 09d42ead..2ea5739b 100644 --- a/project/templates/blocks/school_schedules.html +++ b/project/templates/blocks/school_schedules.html @@ -24,6 +24,6 @@ {% endfor %}
+ Распечатать расписание чтобы не забыть
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 %}