fix
authorRadek Czajka <rczajka@rczajka.pl>
Wed, 31 Jul 2019 11:54:04 +0000 (13:54 +0200)
committerRadek Czajka <rczajka@rczajka.pl>
Wed, 31 Jul 2019 11:54:04 +0000 (13:54 +0200)
src/catalogue/templates/catalogue/book_detail.html

index e0e89e0..eeecbf0 100644 (file)
@@ -52,7 +52,7 @@
   {% for author in book.authors %}
     <div class="white-box">
       <a style="display:block" href="{{ author.get_absolute_url }}">
-       {% cache 86400 catalogue_tag_box rel.pk %}
+       {% cache 86400 catalogue_tag_box author.pk %}
           {% include 'catalogue/tag_box.html' with tag=author %}
        {% endcache %}
       </a>