rearrangements: new core app, templates in apps, split settings;
[wolnelektury.git] / wolnelektury / templates / catalogue / book_mini_box.html
diff --git a/wolnelektury/templates/catalogue/book_mini_box.html b/wolnelektury/templates/catalogue/book_mini_box.html
deleted file mode 100755 (executable)
index 4ef82e1..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-{% load i18n %}
-<div class="book-mini-box">
-    <a href="{{ book.get_absolute_url }}">
-        <img src="{{ STATIC_URL }}img/cover.png"
-                alt="{% trans "Book cover" %}" />
-        {% for author in authors %}
-            <div class="mono author">{{ author }}</div>
-            {{ book.title }}
-        {% endfor %}
-    </a>
-</div>
-
-