diff --git a/pinaxcon/templates/site_base.html b/pinaxcon/templates/site_base.html index 95411f3..6a5a979 100644 --- a/pinaxcon/templates/site_base.html +++ b/pinaxcon/templates/site_base.html @@ -66,6 +66,10 @@ {% block scripts %} {% include "_scripts.html" %} + + {% block extra_scripts %} + {% endblock %} + {% endblock %} {% block extra_body_base %}