Remove unused translation variable

This commit is contained in:
Jef van Schendel 2013-02-08 23:28:13 +01:00
parent 44004c17e3
commit b78843a840

View File

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