stars and tags instead of shelves, move to social app
[wolnelektury.git] / wolnelektury / templates / catalogue / book_mini_box.html
index 9b61283..b7d78d7 100755 (executable)
                 {% endthumbnail %}
             " alt="Cover" />
         {% endif %}
-        {% for author in authors %}
-            <div class="mono author">{{ author }}</div>
-            {{ book.title }}
-        {% endfor %}
+        <div class="desc">
+            <span class="mono author">
+                {% for name, url in related.tags.author %}
+                    {{ name }}{% if not forloop.last %}, {% endif %}
+                {% endfor %}
+            </span>
+            <span class="title">{{ book.title }}</span>
+        </div>
     </a>
 </div>