From cacf74d48c632da20c2ce90005c9bc202cc58d83 Mon Sep 17 00:00:00 2001 From: gzbender Date: Fri, 14 Sep 2018 02:56:35 +0500 Subject: [PATCH] =?UTF-8?q?LIL-660=20=D0=9D=D0=B5=20=D0=BF=D0=BE=D0=BA?= =?UTF-8?q?=D0=B0=D0=B7=D1=8B=D0=B2=D0=B0=D1=82=D1=8C=20=C2=AB=D0=9F=D1=80?= =?UTF-8?q?=D0=BE=D0=B1=D0=BD=D1=8B=D0=B9=20=D1=83=D1=80=D0=BE=D0=BA=C2=BB?= =?UTF-8?q?=20=D0=B4=D0=BB=D1=8F=20=D0=BA=D1=83=D0=BF=D0=B8=D0=B2=D1=88?= =?UTF-8?q?=D0=B8=D1=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/school/templates/blocks/schedule_item.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/school/templates/blocks/schedule_item.html b/apps/school/templates/blocks/schedule_item.html index 7e860a4e..272ae2db 100644 --- a/apps/school/templates/blocks/schedule_item.html +++ b/apps/school/templates/blocks/schedule_item.html @@ -4,7 +4,7 @@
{{ school_schedule }} - {% if request.user_agent.is_mobile and school_schedule.trial_lesson %} + {% if not is_purchased and request.user_agent.is_mobile and school_schedule.trial_lesson %} Пробный урок {% endif %}
@@ -20,7 +20,7 @@ {% else %} {% include './day_pay_btn.html' %} {% endif %} - {% if not request.user_agent.is_mobile and school_schedule.trial_lesson %} + {% if not is_purchased and not request.user_agent.is_mobile and school_schedule.trial_lesson %} Пробный урок {% endif %}