From 007889e48c063f85fd72e34f35fae86ea18caa14 Mon Sep 17 00:00:00 2001 From: mco-system Date: Sun, 23 Apr 2023 19:25:46 +1100 Subject: [PATCH] fix: markup safe for astract --- src/thsf/templates/slot.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/thsf/templates/slot.html b/src/thsf/templates/slot.html index 45e5fd1..40ca3af 100644 --- a/src/thsf/templates/slot.html +++ b/src/thsf/templates/slot.html @@ -54,7 +54,7 @@ title="{{slot.name}}"> {% endif %} {% if slot.abstract %} -

{{slot.abstract}}

+

{{slot.abstract | safe }}

{% endif %} {% if slot.description %}

{{slot.description | safe }}