Make sure there's a break between the object gallery and its pagination.

This commit is contained in:
Christopher Allan Webber 2011-08-01 10:46:44 -05:00
parent cd57611f95
commit db2b07eeb7

View File

@ -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) }}