From 9a0b0afa55d9d00da4fe9d515c65dfc941c869cc Mon Sep 17 00:00:00 2001 From: Christopher Neugebauer Date: Sun, 29 Oct 2017 17:15:52 -0700 Subject: [PATCH] Fix lack of scripts --- pinaxcon/templates/site_base.html | 4 ++++ 1 file changed, 4 insertions(+) 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 %}