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