From f6a8d0eece98f7bce9da9e65b19766a460753e9e Mon Sep 17 00:00:00 2001 From: Ivlev Denis Date: Thu, 15 Feb 2018 15:46:59 +0300 Subject: [PATCH] Add title for draft course --- apps/course/templates/course/_items.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apps/course/templates/course/_items.html b/apps/course/templates/course/_items.html index 81b06691..f49be5eb 100644 --- a/apps/course/templates/course/_items.html +++ b/apps/course/templates/course/_items.html @@ -28,6 +28,12 @@
{% endif %} + {% elif course.status == 0 %} +
+
ЧЕРНОВИК
+
+
+ {% endif %}