X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/847fe6bcff6dc95e389656d78ba02372b5686b86..9f9a701d95ee0e7eb222fdffbfd5e67a9cb4fbb8:/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 %}