From 83cd163caba84a74bee5b664c6c720a0c226e5f7 Mon Sep 17 00:00:00 2001 From: Patrick Mayr Date: Thu, 6 Jan 2022 23:52:22 +0000 Subject: [PATCH] fix event infos (date and place) in news shown --- fet2020/templates/posts/show.html | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/fet2020/templates/posts/show.html b/fet2020/templates/posts/show.html index 8ebd4f37..42966d89 100644 --- a/fet2020/templates/posts/show.html +++ b/fet2020/templates/posts/show.html @@ -156,16 +156,18 @@ {% endif %} -
-
-

Termindetails:

- -
- + {% if post.post_type != 'N' %} +
+
+

Termindetails:

+ +
+ {% endif %} + {% if post.has_agenda or post.has_protocol %} {% if request.user.is_authenticated %}