From: Radek Czajka Date: Sat, 26 Oct 2019 19:32:02 +0000 (+0200) Subject: Fix X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/e8241a8162602206d754266983926890654fa5fa?hp=ec4c9d6d4e2ce8c31123c48fb140b1d75e762155 Fix --- 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 %}