From fce3225cb433e9c47557723a655d7ae97ad1bc75 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 3 Mar 2016 10:11:43 +0100 Subject: [PATCH] partially fix jquery placement --- app/templates/includes/footer_scripts.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/includes/footer_scripts.html b/app/templates/includes/footer_scripts.html index c3999d7e..4be9403f 100644 --- a/app/templates/includes/footer_scripts.html +++ b/app/templates/includes/footer_scripts.html @@ -1,6 +1,5 @@ {% load mezzanine_tags i18n staticfiles %} -{% editable_loader %} {% compress js %} @@ -8,6 +7,7 @@ {% block extra_js %}{% endblock %} +{% editable_loader %} {% endcompress %}