Remove unused translation variable
authorJef van Schendel <mail@jefvanschendel.nl>
Fri, 8 Feb 2013 22:28:13 +0000 (23:28 +0100)
committerJef van Schendel <mail@jefvanschendel.nl>
Fri, 8 Feb 2013 22:28:13 +0000 (23:28 +0100)
mediagoblin/templates/mediagoblin/utils/collections.html

index d9e4c8e4190dc610fd4a49f0396a8d6c90cb68e0..2084b9c52a2b728a861bd6660b69e56c2062f2b5 100644 (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 %}