diff --git a/fet2020/templates/posts/show.html b/fet2020/templates/posts/show.html index 4c6b232e..a0943464 100644 --- a/fet2020/templates/posts/show.html +++ b/fet2020/templates/posts/show.html @@ -147,12 +147,12 @@ {% if post.has_agenda %}

Agenda

{{ post.agenda_html|safe }} -
{% elif post.body %} {{ post.body|safe|tags_to_url }} {% endif %} {% if request.user.is_authenticated and post.has_protocol %} +

Protokoll

{{ post.protocol_html|safe }} {% endif %}