From 94b029dc9c8448982f4785872b90215643e68a77 Mon Sep 17 00:00:00 2001 From: Bartuccio Antoine Date: Fri, 12 Jun 2020 20:44:37 +0200 Subject: [PATCH] cache: fix error 500 with new django version --- com/templates/com/news_list.jinja | 2 +- core/templates/core/base.jinja | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/com/templates/com/news_list.jinja b/com/templates/com/news_list.jinja index 7c2ec629..0364a09b 100644 --- a/com/templates/com/news_list.jinja +++ b/com/templates/com/news_list.jinja @@ -43,7 +43,7 @@
{% if user.is_subscribed %} {# Cache request for 1 hour #} - {% cache 3600 birthdays %} + {% cache 3600 "birthdays" %}