X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/c742d70c5285e01898721fc1a5ffe236781c7828..cafca91e28661f24abbcda91c733de7e77d16e86:/src/catalogue/templates/catalogue/tag_catalogue.html 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 %}