Allowed HTML for Item Text.
This commit is contained in:
parent
bd9891fe5e
commit
042eae9ecc
@ -3,8 +3,7 @@
|
|||||||
{% block content %}
|
{% block content %}
|
||||||
{% if item.text %}
|
{% if item.text %}
|
||||||
<h1>{{ item.title }}</h1>
|
<h1>{{ item.title }}</h1>
|
||||||
{# item.parse|safe #}
|
{{ item.text|safe|linebreaks }}
|
||||||
{{ item.text|linebreaks }}
|
|
||||||
{% else %}
|
{% else %}
|
||||||
<div class="item_fullscreen">{{ item.title }}</div>
|
<div class="item_fullscreen">{{ item.title }}</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user