fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
So many things get better/are improved, but only things that are to be done or broken...
[wolnelektury.git]
/
apps
/
picture
/
templates
/
picture
/
picture_short.html
diff --git
a/apps/picture/templates/picture/picture_short.html
b/apps/picture/templates/picture/picture_short.html
index
e7bbdd8
..
080bd16
100644
(file)
--- a/
apps/picture/templates/picture/picture_short.html
+++ b/
apps/picture/templates/picture/picture_short.html
@@
-28,24
+28,24
@@
<div class="tags">
{% spaceless %}
<div class="tags">
{% spaceless %}
- <span class="mono">{% trans "Epoch" %}: </span>
+ <span class="mono">
{% trans "Epoch" %}: </span>
<span class="book-box-tag">
{% for tag in tags.epoch %}
<span class="book-box-tag">
{% for tag in tags.epoch %}
- <a href="{{ tag.get_absolute_url }}">{{ tag.name }}
</a>{% if not forloop.last %},
{% endif %}
+ <a href="{{ tag.get_absolute_url }}">{{ tag.name }}
</a>{% if not forloop.last %},
{% endif %}
{% endfor %}
</span>
{% endfor %}
</span>
- <span class="mono">{% trans "Kind" %}: </span>
+ <span class="mono">
{% trans "Kind" %}: </span>
<span class="book-box-tag">
{% for tag in tags.kind %}
<span class="book-box-tag">
{% for tag in tags.kind %}
- <a href="{{ tag.get_absolute_url }}">{{ tag.name }}
</a>{% if not forloop.last %},
{% endif %}
+ <a href="{{ tag.get_absolute_url }}">{{ tag.name }}
</a>{% if not forloop.last %},
{% endif %}
{% endfor %}
</span>
{% endfor %}
</span>
- <span class="mono">{% trans "Genre" %}: </span>
+ <span class="mono">
{% trans "Genre" %}: </span>
<span class="book-box-tag">
{% for tag in tags.genre %}
<span class="book-box-tag">
{% for tag in tags.genre %}
- <a href="{{ tag.get_absolute_url }}">{{ tag.name }}
</a>{% if not forloop.last %},
{% endif %}
+ <a href="{{ tag.get_absolute_url }}">{{ tag.name }}
</a>{% if not forloop.last %},
{% endif %}
{% endfor %}
</span>
{% endfor %}
</span>