X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/7cf1f5926f871122e6e240432531ae942c4f9df1..938fc832934e508085dad3645c01060a4dc9f0c9:/wolnelektury/templates/catalogue/book_short.html diff --git a/wolnelektury/templates/catalogue/book_short.html b/wolnelektury/templates/catalogue/book_short.html index 1b6466648..9800a0cae 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 @@