From 8ea56da114b3e2eb63faeb3ade544db6a5b89a1f Mon Sep 17 00:00:00 2001 From: nikita Date: Sat, 1 Sep 2018 14:42:09 +0300 Subject: [PATCH] New lines --- apps/course/templates/course/lesson.html | 2 +- apps/school/templates/school/livelesson_detail.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/course/templates/course/lesson.html b/apps/course/templates/course/lesson.html index 9cc570c1..9c6b1583 100644 --- a/apps/course/templates/course/lesson.html +++ b/apps/course/templates/course/lesson.html @@ -36,7 +36,7 @@
{{ lesson.title }}
-
{{ lesson.short_description }}
+
{{ lesson.short_description | linebreaks }}
{% if lesson.author.photo %} diff --git a/apps/school/templates/school/livelesson_detail.html b/apps/school/templates/school/livelesson_detail.html index 26e785f9..cfa77ba3 100644 --- a/apps/school/templates/school/livelesson_detail.html +++ b/apps/school/templates/school/livelesson_detail.html @@ -7,7 +7,7 @@
{{ livelesson.title }}
-
{{ livelesson.short_description }}
+
{{ livelesson.short_description | linebreaks }}
{% if livelesson.stream_index %}