diff options
author | Jef van Schendel <mail@jefvanschendel.nl> | 2013-02-08 22:08:17 +0100 |
---|---|---|
committer | Jef van Schendel <mail@jefvanschendel.nl> | 2013-02-08 22:08:17 +0100 |
commit | 252de2b8577a33563807cc349f17844caf2191ad (patch) | |
tree | d758c469d2f40c19cd24cc6cfeb1c55829f22392 | |
parent | fb46fa663dbd80a66a3a5995dfda730dd3fd52a4 (diff) | |
download | mediagoblin-252de2b8577a33563807cc349f17844caf2191ad.tar.lz mediagoblin-252de2b8577a33563807cc349f17844caf2191ad.tar.xz mediagoblin-252de2b8577a33563807cc349f17844caf2191ad.zip |
Remove the collection counter because it's not needed
-rw-r--r-- | mediagoblin/templates/mediagoblin/utils/collections.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/templates/mediagoblin/utils/collections.html b/mediagoblin/templates/mediagoblin/utils/collections.html index 6cb5a342..0afd9ed8 100644 --- a/mediagoblin/templates/mediagoblin/utils/collections.html +++ b/mediagoblin/templates/mediagoblin/utils/collections.html @@ -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 %} |