diff --git a/apps/course/templates/course/course.html b/apps/course/templates/course/course.html
index 56c37f3c..ed57d607 100644
--- a/apps/course/templates/course/course.html
+++ b/apps/course/templates/course/course.html
@@ -78,7 +78,7 @@
{% else %}
-

+
{% endif %}
@@ -99,14 +99,16 @@
{{ course.duration | rupluralize:"день,дня,дней" }}
+ {% if course.deferred_start_at %}
+ {% endif %}
{% if course.price %}
{% if course.price %}
@@ -418,7 +420,7 @@
{% if request.user.photo %}
src="{{ request.user.photo.url }}"
{% else %}
- src="{% static 'img/user.jpg' %}"
+ src="{% static 'img/user_default.jpg' %}"
{% endif %}
>
diff --git a/apps/course/templates/course/course_only_lessons.html b/apps/course/templates/course/course_only_lessons.html
index 4f919f0f..1ff5b9d0 100644
--- a/apps/course/templates/course/course_only_lessons.html
+++ b/apps/course/templates/course/course_only_lessons.html
@@ -103,7 +103,7 @@
- {{ course.created_at | date:"d F Yг." }}
+ {{ course.deferred_start_at | date:"d F Yг. H:i" }}