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 %}