New agenda view template.

This commit is contained in:
Emanuel Schuetze 2012-04-15 15:21:19 +02:00
parent b620c0afb7
commit 4967b2b358
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 %}