From 10c9a5a43d366c435cdd90bc3ba69e84083f3682 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-S=C3=A9bastien=20Caux?= <git@jscaux.org> Date: Tue, 6 Jun 2023 14:22:18 +0200 Subject: [PATCH] Tweak --- scipost_django/scipost/templates/scipost/portal/_hx_home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scipost_django/scipost/templates/scipost/portal/_hx_home.html b/scipost_django/scipost/templates/scipost/portal/_hx_home.html index 70e7f3c3d..aa17ade93 100644 --- a/scipost_django/scipost/templates/scipost/portal/_hx_home.html +++ b/scipost_django/scipost/templates/scipost/portal/_hx_home.html @@ -51,7 +51,7 @@ src="{{ news.image.url }}" alt="image"/> </div> {% endif %} - <p>{{ news.blurb_short|linebreaksbr }}</p> + <p>{{ news.blurb_short|safe|linebreaksbr }}</p> </div> </li> {% endfor %} -- GitLab