diff --git a/apps/school/templates/blocks/schedule_item.html b/apps/school/templates/blocks/schedule_item.html
index 66e80182..1ce333a3 100644
--- a/apps/school/templates/blocks/schedule_item.html
+++ b/apps/school/templates/blocks/schedule_item.html
@@ -6,9 +6,6 @@
{{ school_schedule }}
- {% if not is_purchased and request.user_agent.is_mobile and school_schedule.trial_lesson %}
-
Пробный урок
- {% endif %}
{% if is_purchased and live_lesson %}
{% if request.user_agent.is_mobile %}{{ live_lesson.date|date:"j b" }}{% else %}{{ live_lesson.date|date:"j E" }}{% endif %}
@@ -20,11 +17,13 @@
{% include './open_lesson.html' %}
{% endif %}
{% else %}
+ {% comment %}
{% if not is_purchased_future and is_drawing_camp %}
{% include './day_pay_btn.html' %}
{% endif %}
+ {% endcomment %}
{% endif %}
- {% if not is_purchased and not request.user_agent.is_mobile and school_schedule.trial_lesson %}
+ {% if not is_purchased and school_schedule.trial_lesson %}
Пробный урок
{% endif %}
diff --git a/apps/school/templates/summer/buy.html b/apps/school/templates/summer/buy.html
index a7a7cf71..8419f130 100644
--- a/apps/school/templates/summer/buy.html
+++ b/apps/school/templates/summer/buy.html
@@ -2,12 +2,13 @@
-
+
@@ -45,11 +45,11 @@
-
+
+
+
+
+