diff --git a/fet2020/templates/layout.html b/fet2020/templates/layout.html index 1fa7b960..bfcfb388 100644 --- a/fet2020/templates/layout.html +++ b/fet2020/templates/layout.html @@ -9,6 +9,8 @@ FET + {% block extraheader %} + {% endblock %} diff --git a/fet2020/templates/posts/show.html b/fet2020/templates/posts/show.html index 11af2ef3..4c7bf96b 100644 --- a/fet2020/templates/posts/show.html +++ b/fet2020/templates/posts/show.html @@ -1,6 +1,15 @@ {% extends "layout.html" %} {% load post_helpers %} {% load admin_urls %} + + +{% block extraheader %} + + + + + +{% endblock %} {% block content %}