From 1f46e3fa68399976fc713259918001eab360e42a Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Fri, 26 Mar 2021 09:37:19 +0100 Subject: [PATCH 01/11] replace static tag with STATIC_URL route --- .../templates/includes/footer_scripts.html | 30 ++++++++++--------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/ircam_www_theme/templates/includes/footer_scripts.html b/ircam_www_theme/templates/includes/footer_scripts.html index 3f30031a..d9f1d370 100644 --- a/ircam_www_theme/templates/includes/footer_scripts.html +++ b/ircam_www_theme/templates/includes/footer_scripts.html @@ -1,21 +1,23 @@ {% load mezzanine_tags i18n staticfiles %} - - - - - - - - - - - - - - +{% compress js %} + + + + + + + + + + + + + + {% block extra_js %}{% endblock %} {% editable_loader %} +{% endcompress %} {% if settings.GOOGLE_ANALYTICS_ID and not request.user.is_staff and not settings.DEBUG %}