Remove the collection counter because it's not needed
This commit is contained in:
parent
fb46fa663d
commit
252de2b857
@ -17,7 +17,7 @@
|
|||||||
#}
|
#}
|
||||||
|
|
||||||
{% block collections_content -%}
|
{% block collections_content -%}
|
||||||
<h3>{% trans collected=media.collected %}In collections ({{ collected }}){% endtrans %}</h3>
|
<h3>{% trans collected=media.collected %}Collected in{% endtrans %}</h3>
|
||||||
<p>
|
<p>
|
||||||
{% for collection in media.collections %}
|
{% for collection in media.collections %}
|
||||||
{% if loop.last %}
|
{% if loop.last %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user