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 @@