Moved project files to wolnelektury directory.
[wolnelektury.git] / templates / catalogue / book_short.html
diff --git a/templates/catalogue/book_short.html b/templates/catalogue/book_short.html
deleted file mode 100644 (file)
index e6a3748..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-<div class="book">
-    <div class="change-sets">
-        <a href="{% url catalogue.views.book_sets book.slug %}" class="jqm-trigger">Półki</a>
-    </div>
-    <div class="book-thumbnail"></div>
-    <div class="book-description">
-        <h2><a href="{{ book.get_absolute_url }}">{{ book.title }}</a></h2>
-        <p style="margin: 0">Formaty: {{ formats|join:", "|safe }}</p>
-        <p style="margin: 0">Utwór w kategoriach: {{ tags|join:", "|safe }}</p>
-    </div>
-</div>