book page fix
[wolnelektury.git] / 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>