fix: markup safe for astract
This commit is contained in:
parent
404e2c05bd
commit
007889e48c
@ -54,7 +54,7 @@
|
|||||||
title="{{slot.name}}">
|
title="{{slot.name}}">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if slot.abstract %}
|
{% if slot.abstract %}
|
||||||
<p>{{slot.abstract}}</p>
|
<p>{{slot.abstract | safe }}</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if slot.description %}
|
{% if slot.description %}
|
||||||
<p>{{slot.description | safe }}</p>
|
<p>{{slot.description | safe }}</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user