show protocol if user is logged in and prot is available
This commit is contained in:
@@ -65,10 +65,14 @@
|
||||
<h2>Agenda</h2>
|
||||
{{ post.agenda_html|safe }}
|
||||
<hr>
|
||||
{% elif post.body %}
|
||||
{{ post.body|safe|add_internal_links|tags_to_url }}
|
||||
<hr>
|
||||
{% endif %}
|
||||
|
||||
{% if post.body and post.body != "None" %}
|
||||
{{ post.body|safe|add_internal_links|tags_to_url }}
|
||||
{% if request.user.is_authenticated and post.has_protocol %}
|
||||
<h2>Protokoll</h2>
|
||||
{{ post.protocol_html|safe }}
|
||||
<hr>
|
||||
{% endif %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user