From 6a41571eecb01fc448e4d5d6a9d3059523988f18 Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Wed, 31 Jul 2019 13:54:04 +0200 Subject: [PATCH] fix --- src/catalogue/templates/catalogue/book_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %} -- 2.20.1