X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/f59e7c3de6bd0f85a61a4d9481db60cd7369ae92..77baf8640ab29684909b9f57cd9d4999dad2071f:/wolnelektury/templates/catalogue/book_short.html diff --git a/wolnelektury/templates/catalogue/book_short.html b/wolnelektury/templates/catalogue/book_short.html index 1b6466648..8ac23a3a6 100644 --- a/wolnelektury/templates/catalogue/book_short.html +++ b/wolnelektury/templates/catalogue/book_short.html @@ -25,22 +25,19 @@
{% spaceless %} - {% trans "Epoch" %}:  - + {% trans "Epoch" %}:  {% for tag in tags.epoch %} {{ tag.name }} {% endfor %} - {% trans "Kind" %}:  - + {% trans "Kind" %}:  {% for tag in tags.kind %} {{ tag.name }} {% endfor %} - {% trans "Genre" %}:  - + {% trans "Genre" %}:  {% for tag in tags.genre %} {{ tag.name }} {% endfor %} @@ -52,18 +49,29 @@