From: Christopher Allan Webber Date: Wed, 12 Dec 2012 01:58:25 +0000 (-0600) Subject: Setting the user profile back to 3 columns wide! X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=8ba4380ff72a3d21c0b0d8c876c39cbb50a2f922;p=mediagoblin.git Setting the user profile back to 3 columns wide! Previously this was set to two when the spacing between thumbs got borkified. --- diff --git a/mediagoblin/templates/mediagoblin/user_pages/user.html b/mediagoblin/templates/mediagoblin/user_pages/user.html index eb3bde48..4f7b1208 100644 --- a/mediagoblin/templates/mediagoblin/user_pages/user.html +++ b/mediagoblin/templates/mediagoblin/user_pages/user.html @@ -124,7 +124,7 @@ {% if media_entries.count() %}
{{ object_gallery(request, media_entries, pagination, - pagination_base_url=user_gallery_url, col_number=2) }} + pagination_base_url=user_gallery_url, col_number=3) }} {% include "mediagoblin/utils/object_gallery.html" %}