diff --git a/fet2020/templates/posts/show.html b/fet2020/templates/posts/show.html index 0863e686..2410e23f 100644 --- a/fet2020/templates/posts/show.html +++ b/fet2020/templates/posts/show.html @@ -252,32 +252,34 @@ {% endif %} - {% get_flatpages '/bs/' for user as pages %} - {% if pages %} -
- {{ pages.first.title }} -
- - + {% if post.post_type == 'F' %} + {% get_flatpages '/bs/' for user as pages %} + {% if pages %} +
+ {{ pages.first.title }} +
+ + +
-
+ {% endif %} {% endif %} {% endif %}