rearrangements: new core app, templates in apps, split settings;
[wolnelektury.git] / apps / catalogue / templates / catalogue / related_books.html
diff --git a/apps/catalogue/templates/catalogue/related_books.html b/apps/catalogue/templates/catalogue/related_books.html
new file mode 100755 (executable)
index 0000000..aad9742
--- /dev/null
@@ -0,0 +1,7 @@
+{% load book_mini from catalogue_tags %}
+
+{% spaceless %}
+{% for book in books %}
+    {% book_mini book %}
+{% endfor %}
+{% endspaceless %}
\ No newline at end of file