From 7d9e73e5b23e3f15cc968b47d3327765f3e8f5cd Mon Sep 17 00:00:00 2001 From: Ivlev Denis Date: Fri, 26 Jan 2018 18:41:14 +0300 Subject: [PATCH] =?UTF-8?q?LIL-118.=20=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8?= =?UTF-8?q?=D1=82=D1=8C=20=D1=88=D0=B0=D0=B1=D0=BB=D0=BE=D0=BD=20=D0=BA?= =?UTF-8?q?=D1=83=D1=80=D1=81=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/course/templates/course/_items.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/course/templates/course/_items.html b/apps/course/templates/course/_items.html index 331cd73e..0d876ccb 100644 --- a/apps/course/templates/course/_items.html +++ b/apps/course/templates/course/_items.html @@ -1,19 +1,19 @@ {% load static %} -
+
Подробнее
- {% if course.is_highlighted %} + {% if course.is_featured %}
{% endif %} {% if course.is_deferred_start %}
До запуска курса осталось:
-
16 часов 13 минут
+
{{ course.deferred_start_at_humanize }}
{% endif %}
-
АНИМАЦИЯ +
{{ course.category | upper }} {% if not course.is_free %}
{{ course.price|floatformat:"-2" }}$
{% endif %}
{{ course.title }} @@ -22,9 +22,9 @@
-
Александра Неимоверноумная
+
{{ course.author.first_name }} {{ course.author.last_name }}
-
SEPT 12, 2017
+
{{ course.created_at_humanize }}