Allowed HTML for Item Text.

This commit is contained in:
Emanuel Schuetze 2011-09-21 21:23:00 +02:00
parent bd9891fe5e
commit 042eae9ecc

View File

@ -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 %}