diff --git a/templates/base.html b/templates/base.html index e823acb..4673ab2 100644 --- a/templates/base.html +++ b/templates/base.html @@ -96,6 +96,11 @@ } {% endif %} + {% if not INLINE_JQUERY %} + + {% else %} + + {% endif %} @@ -274,15 +279,9 @@
{{ i18n_config.announcement|safe }}
{% endif %} - {% if not INLINE_JQUERY %} - - {% endif %} {% compress js %} - {% if INLINE_JQUERY %} - - {% endif %}