Remove the collection counter because it's not needed

This commit is contained in:
Jef van Schendel 2013-02-08 22:08:17 +01:00
parent fb46fa663d
commit 252de2b857

View File

@ -17,7 +17,7 @@
#}
{% block collections_content -%}
<h3>{% trans collected=media.collected %}In collections ({{ collected }}){% endtrans %}</h3>
<h3>{% trans collected=media.collected %}Collected in{% endtrans %}</h3>
<p>
{% for collection in media.collections %}
{% if loop.last %}