fix: markup safe for description and biography
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
{% if speaker.biography %}
|
||||
<div class="speaker_biography">
|
||||
<div class="speaker_biography">
|
||||
{{ speaker.biography }}
|
||||
{{ speaker.biography | safe }}
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
@@ -57,7 +57,7 @@
|
||||
<p>{{slot.abstract}}</p>
|
||||
{% endif %}
|
||||
{% if slot.description %}
|
||||
<p>{{slot.description}}</p>
|
||||
<p>{{slot.description | safe }}</p>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user