diff --git a/fet2020/templates/posts/show.html b/fet2020/templates/posts/show.html
index 668843cb..af82ec67 100644
--- a/fet2020/templates/posts/show.html
+++ b/fet2020/templates/posts/show.html
@@ -156,16 +156,18 @@
{% endif %}
-
-
-
Termindetails:
-
- - Start: {{ post.event_start|date }} um {{ post.event_start|time }} Uhr
- - Ende: {{ post.event_end|date }} um {{ post.event_end|time }} Uhr
- - Ort: {{ post.event_place }}
-
-
-
+ {% if post.post_type != 'N' %}
+
+
+
Termindetails:
+
+ - Start: {{ post.event_start|date }} um {{ post.event_start|time }} Uhr
+ - Ende: {{ post.event_end|date }} um {{ post.event_end|time }} Uhr
+ - Ort: {{ post.event_place }}
+
+
+ {% endif %}
+
{% if post.has_agenda or post.has_protocol %}
{% if request.user.is_authenticated %}