From 0355cebbe82bef8232c15119bb3b1c783feb8068 Mon Sep 17 00:00:00 2001 From: nikita Date: Mon, 28 May 2018 23:57:30 +0300 Subject: [PATCH] Usability improvements --- apps/school/templates/school/livelesson_detail.html | 4 ++-- project/templates/lilcity/edit_index.html | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) 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' %}