From: Christopher Allan Webber Date: Mon, 22 Oct 2012 16:06:15 +0000 (-0500) Subject: Set the user page to two columns wide so we don't have this weird wrapping. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=7a0a308fe8571b027284c1e91c47fd468f40863f;p=mediagoblin.git Set the user page to two columns wide so we don't have this weird wrapping. This is a stopgap solution! --- diff --git a/mediagoblin/templates/mediagoblin/user_pages/user.html b/mediagoblin/templates/mediagoblin/user_pages/user.html index a58d745f..c417ccd4 100644 --- a/mediagoblin/templates/mediagoblin/user_pages/user.html +++ b/mediagoblin/templates/mediagoblin/user_pages/user.html @@ -130,7 +130,7 @@ {% if media_entries.count() %}
{{ object_gallery(request, media_entries, pagination, - pagination_base_url=user_gallery_url, col_number=3) }} + pagination_base_url=user_gallery_url, col_number=2) }} {% include "mediagoblin/utils/object_gallery.html" %}