From 2fc476b83090b3c2f73eea59a953399545abfbbc Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Sat, 11 Feb 2023 15:48:46 +0000 Subject: [PATCH] Vary cache on URL --- core/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/templates/base.html b/core/templates/base.html index f95a5d1..754d894 100644 --- a/core/templates/base.html +++ b/core/templates/base.html @@ -4,7 +4,7 @@ - {% cache 600 head %} + {% cache 600 head request.path_info %}