#217 show agenda text again.
This commit is contained in:
parent
e8bf2fce1a
commit
b6cb4223f2
@ -6,7 +6,7 @@
|
||||
|
||||
{% block content %}
|
||||
<h1>{{ item }}</h1>
|
||||
<p>{{ item.get_text|safe|linebreaks }}</p>
|
||||
<p>{{ item.text|safe|linebreaks }}</p>
|
||||
|
||||
{% if perms.agenda.can_manage_agenda %}
|
||||
{% if item.comment %}
|
||||
|
@ -5,7 +5,7 @@
|
||||
{% block title %}{{ block.super }} - {{ item }}{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
{% if item.get_text %}
|
||||
{% if item.text %}
|
||||
<h1>{{ item }}</h1>
|
||||
{% else %}
|
||||
<div class="item_fullscreen">{{ item }}</div>
|
||||
@ -13,7 +13,7 @@
|
||||
{% endblock %}
|
||||
|
||||
{% block scrollcontent %}
|
||||
{% if item.get_text %}
|
||||
<span>{{ item.get_text|safe|linebreaks }}</span>
|
||||
{% if item.text %}
|
||||
<span>{{ item.text|safe|linebreaks }}</span>
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
Loading…
Reference in New Issue
Block a user