From e8241a8162602206d754266983926890654fa5fa Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Sat, 26 Oct 2019 21:32:02 +0200 Subject: [PATCH] Fix --- src/catalogue/templates/catalogue/tag_catalogue.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/catalogue/templates/catalogue/tag_catalogue.html b/src/catalogue/templates/catalogue/tag_catalogue.html index 73a5b14f4..4c6a99f43 100644 --- a/src/catalogue/templates/catalogue/tag_catalogue.html +++ b/src/catalogue/templates/catalogue/tag_catalogue.html @@ -12,7 +12,7 @@ {% for tag in best %} - {% cache 86400 catalogue_tag_box rel.pk %} + {% cache 86400 catalogue_tag_box tag.pk %} {% include 'catalogue/tag_box.html' %} {% endcache %} -- 2.20.1