leave only authors in information about work
[wolnelektury.git] / src / catalogue / templates / catalogue / book_detail.html
index 26fe167..3b13624 100644 (file)
 
 
   <h2>{% trans "Information about the work" %}</h2>
-  {% for tag in tags %}
+  {% for author in book.authors %}
     <div class="white-box">
-      <a style="display:block" href="{{ tag.get_absolute_url }}">
-        {% ssi_include 'catalogue_tag_box' pk=tag.pk %}
+      <a style="display:block" href="{{ author.get_absolute_url }}">
+        {% ssi_include 'catalogue_tag_box' pk=author.pk %}
       </a>
     </div>
   {% endfor %}