It's 2012 all up in here
[mediagoblin.git] / mediagoblin / templates / mediagoblin / listings / tag.html
index f797f72fda0d809d1000552832216f5e566743e5..4d5022013219a2e6bdcc43fca04e019f596c7af8 100644 (file)
@@ -1,6 +1,6 @@
 {#
 # GNU MediaGoblin -- federated, autonomous media hosting
-# Copyright (C) 2011 MediaGoblin contributors.  See AUTHORS.
+# Copyright (C) 2011, 2012 MediaGoblin contributors.  See AUTHORS.
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
     {% trans %}Media tagged with: {{ tag_name }}{% endtrans %}
   </h1>
 
-  <div class="container_16 media_gallery">
-    {{ object_gallery(request, media_entries, pagination) }}
-  </div>
+  {{ object_gallery(request, media_entries, pagination) }}
 
-  <div class="grid_16">
-    {% set feed_url = request.urlgen(
-               'mediagoblin.listings.tag_atom_feed',
-               tag=tag_slug) %}
-    {% include "mediagoblin/utils/feed_link.html" %}
-  </div>
+  {% set feed_url = request.urlgen('mediagoblin.listings.tag_atom_feed',
+                                   tag=tag_slug) %}
+  {% include "mediagoblin/utils/feed_link.html" %}
 {% endblock %}