From 4b76b7780604756bb070669cd979fa5b2a38a643 Mon Sep 17 00:00:00 2001 From: FreneticScribbler Date: Sun, 25 Oct 2020 21:54:13 +0000 Subject: [PATCH] FIX: Do not naively cache event table Not that easy, it turns out. Duh. --- RIGS/templates/partials/event_table.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/RIGS/templates/partials/event_table.html b/RIGS/templates/partials/event_table.html index 19a3a6fa..807c46e8 100644 --- a/RIGS/templates/partials/event_table.html +++ b/RIGS/templates/partials/event_table.html @@ -1,6 +1,4 @@ {% load namewithnotes from filters %} -{% load cache %} -{% cache None event_table request.user %}
@@ -104,4 +102,3 @@
-{% endcache %}