diff --git a/apps/course/templates/course/_items.html b/apps/course/templates/course/_items.html index 11852c5d..bf4ec205 100644 --- a/apps/course/templates/course/_items.html +++ b/apps/course/templates/course/_items.html @@ -8,7 +8,7 @@ {% endif %} {% if course.is_deferred_start %}
До запуска курса осталось:
-
{{ course.deferred_start_at.timestamp }}
+
{{ course.deferred_start_at_humanize }}
{% endif %}