Automated merge with ssh://openslides.org/openslides

This commit is contained in:
Emanuel Schuetze 2012-04-15 15:21:23 +02:00
commit 8b7fdc7a5c
1 changed files with 6 additions and 1 deletions

View File

@ -6,6 +6,11 @@
{% block content %}
<h1>{{ item.title }}</h1>
{{ item.text }}
<p>{{ item.text|safe|linebreaks }}</p>
{% if perms.agenda.can_manage_agenda and item.comment %}
<h2>{% trans "Comment" %}</h2>
<p>{{ item.comment|linebreaks }}</p>
{% endif %}
{% endblock %}