New agenda view template.
This commit is contained in:
parent
b620c0afb7
commit
4967b2b358
@ -6,6 +6,11 @@
|
|||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<h1>{{ item.title }}</h1>
|
<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 %}
|
{% endblock %}
|
||||||
|
Loading…
Reference in New Issue
Block a user