Если вам не совсем удобно заниматься с нами в прямом эфире каждый день как в нашей онлайн-школе, специально для вас мы
- делаем отдельные уроки в записи, которые вы можете проходить когда вам будем удобно.
-
Учите и развивайте креативное мышление когда и где угодно
+ делаем отдельные уроки в записи, которые вы можете проходить когда вам будем удобно.
+ Учите и развивайте креативное мышление когда и где угодно
diff --git a/project/templates/blocks/popup_course_lock.html b/project/templates/blocks/popup_course_lock.html
index 45f87ae0..e7445d96 100644
--- a/project/templates/blocks/popup_course_lock.html
+++ b/project/templates/blocks/popup_course_lock.html
@@ -6,7 +6,7 @@
ЧТОБЫ ПРОДОЛЖИТЬ ПРОСМОТР
{{ course.title }}
-
{{ course.short_description }}
+
{{ course.short_description | safe | linebreaks }}
КУПИТЬ КУРС
diff --git a/project/templates/lilcity/main.html b/project/templates/lilcity/main.html
index 4227d9ec..06cc2758 100644
--- a/project/templates/lilcity/main.html
+++ b/project/templates/lilcity/main.html
@@ -9,7 +9,7 @@
{% include "templates/blocks/about.html" %}
{% include "templates/blocks/last_courses.html" %}
{% include "templates/blocks/gallery.html" %}
- {% include "templates/blocks/game.html" %}
{% include "templates/blocks/teachers.html" %}
+ {% include "templates/blocks/game.html" %}
{% include "templates/blocks/partners.html" %}
{% endblock content %}
diff --git a/project/views.py b/project/views.py
index c8400f14..37c50c82 100644
--- a/project/views.py
+++ b/project/views.py
@@ -74,7 +74,7 @@ class IndexView(TemplateView):
'online': online,
'online_coming_soon': online_coming_soon,
'school_schedule': school_schedule,
- 'course_items': Course.objects.filter(status=Course.PUBLISHED)[:6],
+ 'course_items': Course.objects.filter(status=Course.PUBLISHED)[:3],
'is_purchased': school_payment_exists,
'min_school_price': SchoolSchedule.objects.aggregate(Min('month_price'))['month_price__min'],
'school_schedules': SchoolSchedule.objects.all(),
diff --git a/web/src/components/CourseRedactor.vue b/web/src/components/CourseRedactor.vue
index 28e10243..1e458f33 100644
--- a/web/src/components/CourseRedactor.vue
+++ b/web/src/components/CourseRedactor.vue
@@ -37,10 +37,8 @@
v-bind:class="{ error: ($v.course.short_description.$dirty || showErrors) && $v.course.short_description.$invalid }">
{{titles.shortDescription}}
-
+