X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/d7ff0fd306041461ff3f98d3709113f333756e5b..d628f5cb02cf0e7e69356a1eaf146daa76d50604:/wolnelektury/templates/catalogue/book_short.html diff --git a/wolnelektury/templates/catalogue/book_short.html b/wolnelektury/templates/catalogue/book_short.html index 1b6466648..c80efff91 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,7 +49,7 @@