diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-08-01 10:46:44 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-08-01 10:46:44 -0500 |
commit | db2b07eeb7f162ec1d0d75ae20d2b19215020c7e (patch) | |
tree | 16686ed2939588c2c17aad19b4f2df8aaa0e342a | |
parent | cd57611f95191ba9b1d58a11dd8eb42d3c9185e0 (diff) | |
download | mediagoblin-db2b07eeb7f162ec1d0d75ae20d2b19215020c7e.tar.lz mediagoblin-db2b07eeb7f162ec1d0d75ae20d2b19215020c7e.tar.xz mediagoblin-db2b07eeb7f162ec1d0d75ae20d2b19215020c7e.zip |
Make sure there's a break between the object gallery and its pagination.
-rw-r--r-- | mediagoblin/templates/mediagoblin/utils/object_gallery.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mediagoblin/templates/mediagoblin/utils/object_gallery.html b/mediagoblin/templates/mediagoblin/utils/object_gallery.html index 1b1c69f6..03b85b17 100644 --- a/mediagoblin/templates/mediagoblin/utils/object_gallery.html +++ b/mediagoblin/templates/mediagoblin/utils/object_gallery.html @@ -27,6 +27,7 @@ entry['media_files']['thumb']) }}" /></a> </div> {% endfor %} + <div class="clear"></div> {% if pagination_base_url %} {# different url, so set that and don't keep the get params #} {{ render_pagination(request, pagination, pagination_base_url, False) }} |