diff --git a/schickmacher/templates/base.html b/schickmacher/templates/base.html index d5e79e1..3aadc11 100644 --- a/schickmacher/templates/base.html +++ b/schickmacher/templates/base.html @@ -1,4 +1,4 @@ -{% load static i18n compress cache%} +{% load static i18n compress%} @@ -24,14 +24,11 @@ - {% compress css %} - {% cache None css %} - {% endcache %} {% endcompress %} {% endblock %} diff --git a/schickmacher/templates/renderer/rendered.html b/schickmacher/templates/renderer/rendered.html index 6dca75e..2ca154b 100644 --- a/schickmacher/templates/renderer/rendered.html +++ b/schickmacher/templates/renderer/rendered.html @@ -1,16 +1,12 @@ -{% load static compress tz cache%} +{% load static compress tz %} {{ title }} - {% compress css %} - {% cache None css %} - {% endcache %} {% endcompress %} -