From 9a0b0afa55d9d00da4fe9d515c65dfc941c869cc 2017-10-30 00:15:52 From: Christopher Neugebauer Date: 2017-10-30 00:15:52 Subject: [PATCH] Fix lack of scripts --- 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 %}