X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/6b2eed40794bcfa3eb89c6847382e7cb7be17b4f..9e41863c3cff14cbbc65b783ee57120fb59fa22c:/wolnelektury/templates/catalogue/book_mini_box.html?ds=sidebyside diff --git a/wolnelektury/templates/catalogue/book_mini_box.html b/wolnelektury/templates/catalogue/book_mini_box.html new file mode 100755 index 000000000..4ef82e125 --- /dev/null +++ b/wolnelektury/templates/catalogue/book_mini_box.html @@ -0,0 +1,13 @@ +{% load i18n %} +
+ + {% trans + {% for author in authors %} +
{{ author }}
+ {{ book.title }} + {% endfor %} +
+
+ +