From 355748ae661d8a60c8a6d34577f3f20db6cf28d7 Mon Sep 17 00:00:00 2001 From: gzbender Date: Tue, 21 Aug 2018 17:32:05 +0500 Subject: [PATCH] LIL-622 --- apps/school/templates/blocks/schedule_item.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/school/templates/blocks/schedule_item.html b/apps/school/templates/blocks/schedule_item.html index 3895f575..7860e437 100644 --- a/apps/school/templates/blocks/schedule_item.html +++ b/apps/school/templates/blocks/schedule_item.html @@ -15,8 +15,6 @@ {% if live_lesson and live_lesson.title %} {% include './open_lesson.html' %} {% endif %} - {% else %} - {% include './day_pay_btn.html' %} {% endif %} {% endif %}