diff --git a/apps/course/templates/course/course.html b/apps/course/templates/course/course.html
index 5df264bb..42d6198c 100644
--- a/apps/course/templates/course/course.html
+++ b/apps/course/templates/course/course.html
@@ -176,7 +176,7 @@
{% if course.cover %}
{% else %}
-
+
{% endif %}
{% if course.is_deferred_start %}
@@ -370,17 +370,17 @@
{% endif %}
{% if course.author != request.user and not paid and course.price %}
- {% if pending %}ОЖИДАЕТСЯ ПОДТВЕРЖДЕНИЕ ОПЛАТЫ{% else %}КУПИТЬ КУРС{% endif %}
+ {% if pending %}ОЖИДАЕТСЯ ПОДТВЕРЖДЕНИЕ ОПЛАТЫ{% else %}КУПИТЬ КУРС{% endif %}
{% endif %}
diff --git a/apps/course/templates/course/lesson.html b/apps/course/templates/course/lesson.html
index 27afd008..6c9511ae 100644
--- a/apps/course/templates/course/lesson.html
+++ b/apps/course/templates/course/lesson.html
@@ -32,7 +32,7 @@
{% if lesson.cover %}
{% else %}
-
+
{% endif %}