From: Radek Czajka Date: Wed, 31 Jul 2019 11:54:04 +0000 (+0200) Subject: fix X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/6a41571eecb01fc448e4d5d6a9d3059523988f18 fix --- diff --git a/src/catalogue/templates/catalogue/book_detail.html b/src/catalogue/templates/catalogue/book_detail.html index e0e89e0e4..eeecbf08a 100644 --- a/src/catalogue/templates/catalogue/book_detail.html +++ b/src/catalogue/templates/catalogue/book_detail.html @@ -52,7 +52,7 @@ {% for author in book.authors %}
- {% cache 86400 catalogue_tag_box rel.pk %} + {% cache 86400 catalogue_tag_box author.pk %} {% include 'catalogue/tag_box.html' with tag=author %} {% endcache %}