X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/e224f0bea768179cf44886dfbabbd296767d79dd..079de6d7b845cfc2938c913795a1ef743f3a36cf:/templates/catalogue/book_detail.html?ds=sidebyside diff --git a/templates/catalogue/book_detail.html b/templates/catalogue/book_detail.html index a23e6315e..ff9278030 100644 --- a/templates/catalogue/book_detail.html +++ b/templates/catalogue/book_detail.html @@ -28,10 +28,10 @@

{{ book.title }}, {{ categories.author|join:", " }}

    - {% for tag in tags %} -
  1. {{ tag }} | x
  2. - {% endfor %} -
  3. {{ book.title }} | x
  4. + {# {% for tag in tags %} #} + {#
  5. {{ tag }} | x
  6. #} + {# {% endfor %} #} +
  7. {{ book.title }} | x
@@ -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