diff --git a/pinaxcon/templates/site_base.html b/pinaxcon/templates/site_base.html index 95411f34b77ed194a8944f90d8eabd5607801a41..6a5a979ef882dcd9e6c5b7e268194be2f6d04583 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 %}