X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/92c4a21dbc8fa9ff9c8d10127b7afffed5341b23..e432f8579852df4ffc3010bc54bbabe452591956:/wolnelektury/templates/catalogue/book_short.html diff --git a/wolnelektury/templates/catalogue/book_short.html b/wolnelektury/templates/catalogue/book_short.html index 368126db8..3012069f9 100644 --- a/wolnelektury/templates/catalogue/book_short.html +++ b/wolnelektury/templates/catalogue/book_short.html @@ -9,7 +9,9 @@ {% endif %}

{{ book.title }}

-

Na skróty: {{ formats|join:", "|safe }}

-

Utwór w kategoriach: {{ tags|join:", "|safe }}

+ {% if formats %} +

Na skróty: {{ formats|join:", " }}

+ {% endif %} +

Utwór w kategoriach: {{ tags|join:", " }}