diff --git a/apps/course/templates/course/course.html b/apps/course/templates/course/course.html
index 42d6198c..615cb945 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 %}
@@ -223,66 +223,7 @@
{% endwith %}
{% endfor %}
-{% if user.is_authenticated and course.lessons.exists %}
-
-
-
-
Содержание курса
-
- {% comment %}
-
-
{% endcomment %}
-
-
-
-{% comment %}
-
-
Материалы, которые понадобятся
-
- {% for material in course.materials.all %}
-
- {% if material.cover %}
-
-

-
- {% else %}
-
-

-
- {% endif %}
-
-
{{ material.title }}
-
{{ material.short_description }}
-
-
- {% endfor %}
-
-
-
{% endcomment %}
-{% endif %}
+
{% if False %}