From dbf87ebffcab1419cf640399c56a589a18b05a90 Mon Sep 17 00:00:00 2001 From: Patrick Mayr Date: Fri, 27 May 2022 10:41:05 +0000 Subject: [PATCH] add Beschlusssammlung to FET Meeting --- fet2020/templates/posts/show.html | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/fet2020/templates/posts/show.html b/fet2020/templates/posts/show.html index 974e258a..0863e686 100644 --- a/fet2020/templates/posts/show.html +++ b/fet2020/templates/posts/show.html @@ -1,5 +1,6 @@ {% extends 'base.html' %} +{% load flatpages %} {% load post_helpers %} {% block title %}News{% endblock %} @@ -155,7 +156,7 @@

Protokoll

{{ post.protocol_html|safe }} {% endif %} - + {% if post.post_type != 'N' %}
@@ -250,6 +251,34 @@ {% endif %} + + {% get_flatpages '/bs/' for user as pages %} + {% if pages %} +
+ {{ pages.first.title }} +
+ + +
+
+ {% endif %} {% endif %} {% for file in files %}