-
{{ lesson.title }}
+
{{ forloop.counter }}. {{ lesson.title }}
{% if lesson.cover %}
-
+
diff --git a/apps/school/templates/school/livelesson_detail.html b/apps/school/templates/school/livelesson_detail.html
index 435651c8..92ca42e1 100644
--- a/apps/school/templates/school/livelesson_detail.html
+++ b/apps/school/templates/school/livelesson_detail.html
@@ -13,13 +13,13 @@
-
Если видео не загрузилось обновите страницу
+
Если видео не загрузилось обновите страницу
{% else %}
{% if livelesson.cover %}

{% else %}
-
+
{% endif %}
{% endif %}
diff --git a/project/templates/lilcity/edit_index.html b/project/templates/lilcity/edit_index.html
index 23bb204a..f6029dbb 100644
--- a/project/templates/lilcity/edit_index.html
+++ b/project/templates/lilcity/edit_index.html
@@ -53,7 +53,11 @@
-
+ {% if live == 'true' %}
+
+ {% else %}
+
+ {% endif %}
{% include 'templates/blocks/user_menu.html' %}