Fix
authorRadek Czajka <rczajka@rczajka.pl>
Sat, 26 Oct 2019 19:32:02 +0000 (21:32 +0200)
committerRadek Czajka <rczajka@rczajka.pl>
Sat, 26 Oct 2019 19:32:02 +0000 (21:32 +0200)
src/catalogue/templates/catalogue/tag_catalogue.html

index 73a5b14..4c6a99f 100644 (file)
@@ -12,7 +12,7 @@
 
   {% for tag in best %}
     <a class="tag-box" href="{{ tag.get_absolute_url }}">
-      {% cache 86400 catalogue_tag_box rel.pk %}
+      {% cache 86400 catalogue_tag_box tag.pk %}
         {% include 'catalogue/tag_box.html' %}
       {% endcache %}
     </a>