From 769ad0a3b8344014c304bbff309e51291451b606 Mon Sep 17 00:00:00 2001 From: Niklas rust Date: Wed, 23 Oct 2019 11:43:20 +0200 Subject: [PATCH] reverse caching settings --- schickmacher/templates/base.html | 5 +---- schickmacher/templates/renderer/rendered.html | 6 +----- 2 files changed, 2 insertions(+), 9 deletions(-) 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 %} -