X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/847fe6bcff6dc95e389656d78ba02372b5686b86..916aa587c9cc241044c57493f5f4aea5d0b7a2de:/wolnelektury/templates/catalogue/book_detail.html
diff --git a/wolnelektury/templates/catalogue/book_detail.html b/wolnelektury/templates/catalogue/book_detail.html
index 27f2e7287..4a8a9313c 100644
--- a/wolnelektury/templates/catalogue/book_detail.html
+++ b/wolnelektury/templates/catalogue/book_detail.html
@@ -83,27 +83,28 @@
{% trans "Details" %}
-
+
{% trans "Author" %}:
{% for tag in categories.author %}
- {{ tag }}
+ {{ tag }}{% if not forloop.last %}, {% endif %}
{% endfor %}
-
{% trans "Epoch" %}:
{% for tag in categories.epoch %}
- {{ tag }}
+ {{ tag }}{% if not forloop.last %}, {% endif %}
{% endfor %}
-
{% trans "Kind" %}:
{% for tag in categories.kind %}
- {{ tag }}
+ {{ tag }}{% if not forloop.last %}, {% endif %}
{% endfor %}
-
{% trans "Genre" %}:
{% for tag in categories.genre %}
- {{ tag }}
+ {{ tag }}{% if not forloop.last %}, {% endif %}
{% endfor %}