Merge branch 'reflow'
[wolnelektury.git] / apps / catalogue / templates / catalogue / book_mini_box.html
diff --git a/apps/catalogue/templates/catalogue/book_mini_box.html b/apps/catalogue/templates/catalogue/book_mini_box.html
deleted file mode 100755 (executable)
index 74202fc..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-<div class="book-mini-box">
-    <a href="{{ book.get_absolute_url }}">
-        {% if book.cover %}
-            <img src="{{ book.cover_thumb.url }}"
-                alt="{{ author_str }} – {{ book.title }}" class="cover" />
-        {% endif %}
-        <div class="desc">
-            <span class="mono author">{{ author_str }}</span>
-            <span class="title">{{ book.title }}</span>
-        </div>
-    </a>
-</div>
-
-