From 221c1c153f5affe71a8afd34ca1eb261cddde1c6 Mon Sep 17 00:00:00 2001 From: nikita Date: Fri, 31 Aug 2018 13:36:25 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BA=D0=B0=D0=B7=D1=8B=D0=B2?= =?UTF-8?q?=D0=B0=D1=82=D1=8C=20=D0=BA=D0=B0=D1=80=D1=82=D0=B8=D0=BD=D0=BA?= =?UTF-8?q?=D0=B8=20=D0=B8=20=D1=82=D0=B5=D0=BA=D1=81=D1=82=20=D0=B8=D0=B7?= =?UTF-8?q?=20=D1=80=D0=B0=D1=81=D0=BF=D0=B8=D1=81=D0=B0=D0=BD=D0=B8=D1=8F?= =?UTF-8?q?,=20=D0=B0=20=D0=BD=D0=B5=20=D0=B8=D0=B7=20=D1=83=D1=80=D0=BE?= =?UTF-8?q?=D0=BA=D0=B0=20=D1=88=D0=BA=D0=BE=D0=BB=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/school/templates/blocks/schedule_item.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/apps/school/templates/blocks/schedule_item.html b/apps/school/templates/blocks/schedule_item.html index e4774339..931c6829 100644 --- a/apps/school/templates/blocks/schedule_item.html +++ b/apps/school/templates/blocks/schedule_item.html @@ -32,13 +32,15 @@
+ {% comment %} {% thumbnail live_lesson.cover.image "70x70" crop="center" as im %} {% empty %} + {% endcomment %} - {% endthumbnail %} + {% comment %}{% endthumbnail %}{% endcomment %}
@@ -47,11 +49,13 @@ {% endif %}
+ {% comment %} {% if live_lesson and live_lesson.short_description %} {{ live_lesson.short_description }} {% else %} + {% endcomment %} {{ school_schedule.description }} - {% endif %} + {% comment %}{% endif %}{% endcomment %}
Материалы