X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/6dde47a534420987b2c0e8075b10d2d569ff572f..0cae17bec6d31806615fae59a5b3945016285fbe:/templates/catalogue/book_detail.html diff --git a/templates/catalogue/book_detail.html b/templates/catalogue/book_detail.html index f95683c40..ff9278030 100644 --- a/templates/catalogue/book_detail.html +++ b/templates/catalogue/book_detail.html @@ -55,7 +55,18 @@ {% endif %} + + {% if book.children.all %} +
+

Utwory składające się na ten utwór:

+ {% for book in book.children.all %} +
  • {{ book.title }}
  • + {% endfor %} +
    + {% endif %} + +

    O utworze