From 96db9a1a581ba9c8bdc1ec14eaa0fbc2f99dde22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Fri, 1 May 2020 16:53:40 +0200 Subject: [PATCH] show plain instead of full description on index --- sdbs_pile/pile/templates/front_intro.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdbs_pile/pile/templates/front_intro.html b/sdbs_pile/pile/templates/front_intro.html index dc6f928..31c2e06 100644 --- a/sdbs_pile/pile/templates/front_intro.html +++ b/sdbs_pile/pile/templates/front_intro.html @@ -23,7 +23,7 @@ {% endif %}
- {{ random_document.html_description | safe }} + {{ random_document.plain_description }}
@@ -42,7 +42,7 @@ {{ document.title }}
- {{ document.html_description | safe }} + {{ document.plain_description }}