Moved a div around

This commit is contained in:
Jef van Schendel 2011-07-25 22:19:22 +02:00
parent 06a5f21eb1
commit b1f11df07c

View File

@ -37,7 +37,6 @@
<div class="grid_10 omega">
{% set pagination_base_url = user_gallery_url %}
{% include "mediagoblin/utils/object_gallery.html" %}
<div class="clear"></div>
<p><a href="{{ user_gallery_url }}">View all of {{ user.username }}'s media</a></p>
<a href={{ request.urlgen(
'mediagoblin.user_pages.atom_feed',
@ -46,5 +45,6 @@
{# This *should* not occur as the view makes sure we pass in a user. #}
<p>Sorry, no such user found.<p/>
</div>
<div class="clear"></div>
{% endif %}
{% endblock %}