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