X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/d0072de89eb395f99aedcdf7804e48b547cbbeca..b2d05b5ed588e0829c4cec01796a20a803b301db:/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 index 000000000..aad9742f5 --- /dev/null +++ b/wolnelektury/templates/catalogue/related_books.html @@ -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