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 }}