From db2b07eeb7f162ec1d0d75ae20d2b19215020c7e Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Mon, 1 Aug 2011 10:46:44 -0500 Subject: [PATCH] Make sure there's a break between the object gallery and its pagination. --- mediagoblin/templates/mediagoblin/utils/object_gallery.html | 1 + 1 file changed, 1 insertion(+) 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']) }}" /> {% endfor %} +
{% if pagination_base_url %} {# different url, so set that and don't keep the get params #} {{ render_pagination(request, pagination, pagination_base_url, False) }} -- 2.25.1