X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/8559c95597de98e8f6c580e97224ed3ecc9dc5c0..079de6d7b845cfc2938c913795a1ef743f3a36cf:/templates/catalogue/book_detail.html diff --git a/templates/catalogue/book_detail.html b/templates/catalogue/book_detail.html index 8746edbb5..ff9278030 100644 --- a/templates/catalogue/book_detail.html +++ b/templates/catalogue/book_detail.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% load catalogue %} +{% load catalogue_tags %} {% block title %}Lektura {{ book.title }} w WolneLektury.pl{% endblock %} @@ -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