From d37c6aa769c0958fd914b86c1bcae1cc82c157c3 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 668843cb..af82ec67 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 %}