diff --git a/borgweb/borg/templates/borg/base.html b/borgweb/borg/templates/borg/base.html index 905a562..3f0a300 100644 --- a/borgweb/borg/templates/borg/base.html +++ b/borgweb/borg/templates/borg/base.html @@ -6,21 +6,21 @@ {% load static %} {% load cache %} - {% block script %} - {% cache 3600 sass %} + {% cache 3600 script %} {% load compress %} {% compress css %} {% endcompress %} {% endcache %} + + {% block script %} {% endblock %}