book children are back, + related books
[wolnelektury.git] / wolnelektury / templates / catalogue / related_books.html
diff --git a/wolnelektury/templates/catalogue/related_books.html b/wolnelektury/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