diff --git a/apps/school/templates/school/livelesson_detail.html b/apps/school/templates/school/livelesson_detail.html index d7a8dcdb..555cb6ef 100644 --- a/apps/school/templates/school/livelesson_detail.html +++ b/apps/school/templates/school/livelesson_detail.html @@ -17,11 +17,12 @@ {% block head %} {% if livelesson.stream_index %} - + {% endif %} {% endblock head %} {% block content %} +{% include 'templates/blocks/popup_school_lesson_ended.html' %}
@@ -33,10 +34,6 @@ width="720" height="400" webkitallowfullscreen mozallowfullscreen allowfullscreen> - - {% include 'templates/blocks/popup_school_lesson_ended.html' %} Если видео не загрузилось, - уменьшите качество видео или обновите страницу @@ -64,9 +61,11 @@ {% endblock content %} {% block foot %} - + + {% if livelesson.stream_index %} {% endif %} {% endblock foot %} diff --git a/project/templates/blocks/popup_school_lesson_ended.html b/project/templates/blocks/popup_school_lesson_ended.html index 12404388..65e901de 100644 --- a/project/templates/blocks/popup_school_lesson_ended.html +++ b/project/templates/blocks/popup_school_lesson_ended.html @@ -1,15 +1,6 @@ {% load static %} -