diff --git a/project/templates/blocks/about.html b/project/templates/blocks/about.html index 3fc738b7..66116c55 100644 --- a/project/templates/blocks/about.html +++ b/project/templates/blocks/about.html @@ -1,7 +1,6 @@ {% load static %}
-
Lil City School
@@ -43,5 +42,28 @@
пропущенные дни
+
+ {% if is_purchased %} + ваша подписка истекает {{ subscription_ends_humanize }}
перейти к оплате
+ {% else %} + купить доступ от {{ min_school_price }} руб./месяц + {% endif %} +
diff --git a/project/templates/blocks/arts.html b/project/templates/blocks/arts.html index 15942d98..1206b363 100644 --- a/project/templates/blocks/arts.html +++ b/project/templates/blocks/arts.html @@ -1,11 +1,6 @@ {% load static %}
-
Первая онлайн-школа креативного мышления для детей! 5+
-
-

Каждый день, с понедельника по пятницу в 17:00 по московскому времени мы встречаемся в прямом эфире по пяти предметам:

- -
@@ -33,28 +28,5 @@
-
diff --git a/project/templates/blocks/promo.html b/project/templates/blocks/promo.html index 073ce2e9..d953b603 100644 --- a/project/templates/blocks/promo.html +++ b/project/templates/blocks/promo.html @@ -34,22 +34,6 @@ {% endif %} подробнее - {% comment %}
- - - - - - - - - - - -
{% endcomment %}
diff --git a/project/templates/lilcity/main.html b/project/templates/lilcity/main.html index 8f4d4b38..a994b3cb 100644 --- a/project/templates/lilcity/main.html +++ b/project/templates/lilcity/main.html @@ -4,9 +4,8 @@ {% block content %} {% include "templates/blocks/promo.html" %} {% include "templates/blocks/messages.html" %} - {% include "templates/blocks/about.html" %} - {% include "templates/blocks/advantages.html" %} {% include "templates/blocks/arts.html" %} + {% include "templates/blocks/about.html" %} {% include "templates/blocks/last_courses.html" %} {% include "templates/blocks/gallery.html" %} {% include "templates/blocks/game.html" %}