diff --git a/pinaxcon/templates/site_base_wagtail.html b/pinaxcon/templates/site_base_wagtail.html index bd35083366e58ca2b12f804cb39a6a9af632d5ad..dc7d675968b16f745e253fda3ad1eae5fdc868ea 100644 --- a/pinaxcon/templates/site_base_wagtail.html +++ b/pinaxcon/templates/site_base_wagtail.html @@ -1,4 +1,5 @@ {% extends "site_base.html" %} +{% load staticfiles %} {% block extra_style %}{% endblock %} {% block body_base %}
@@ -9,3 +10,7 @@ {% endblock %} {% endblock %} {% endblock %} + +{% block scripts %} + +{% endblock %}