diff --git a/src/thsf/templates/slot.html b/src/thsf/templates/slot.html index d0cdd5c..45e5fd1 100644 --- a/src/thsf/templates/slot.html +++ b/src/thsf/templates/slot.html @@ -36,7 +36,7 @@ {% if speaker.biography %}
- {{ speaker.biography }} + {{ speaker.biography | safe }}
{% endif %} @@ -57,7 +57,7 @@

{{slot.abstract}}

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

{{slot.description}}

+

{{slot.description | safe }}

{% endif %}