X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/357027375ff8867f42ca34bcbfb5a78b5b185fc3..87e084d47c335cd6f0b3e91d614999f55d148044:/src/picture/templates/picture/picture_short.html diff --git a/src/picture/templates/picture/picture_short.html b/src/picture/templates/picture/picture_short.html index 1bd70a11b..35fba77b0 100644 --- a/src/picture/templates/picture/picture_short.html +++ b/src/picture/templates/picture/picture_short.html @@ -10,7 +10,7 @@
{% for tag in tags.author %} - {{ tag }}{% if not forloop.last %}, + {{ tag }}{% if not forloop.last %}, {% endif %}{% endfor %}
@@ -32,14 +32,14 @@ {% endblock %} {# what about licensing icons here #}
- +
{% spaceless %} {% trans "Epoch" %}:  {% for tag in tags.epoch %} - {{ tag }} + {{ tag }} {% if not forloop.last %}, {% endif %} {% endfor %} @@ -47,7 +47,7 @@ {% trans "Kind" %}:  {% for tag in tags.kind %} - {{ tag }} + {{ tag }} {% if not forloop.last %}, {% endif %} {% endfor %} @@ -55,7 +55,7 @@ {% trans "Genre" %}:  {% for tag in tags.genre %} - {{ tag }} + {{ tag }} {% if not forloop.last %}, {% endif %} {% endfor %}