diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2012-12-11 19:58:25 -0600 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2012-12-11 20:00:08 -0600 |
commit | 8ba4380ff72a3d21c0b0d8c876c39cbb50a2f922 (patch) | |
tree | 23bc6754fbb732c57111aba10dfcc60f524d7667 | |
parent | fc7b1b17eb430aee964c85f1ccf1776cb4be93c1 (diff) | |
download | mediagoblin-8ba4380ff72a3d21c0b0d8c876c39cbb50a2f922.tar.lz mediagoblin-8ba4380ff72a3d21c0b0d8c876c39cbb50a2f922.tar.xz mediagoblin-8ba4380ff72a3d21c0b0d8c876c39cbb50a2f922.zip |
Setting the user profile back to 3 columns wide!
Previously this was set to two when the spacing between thumbs got borkified.
-rw-r--r-- | mediagoblin/templates/mediagoblin/user_pages/user.html | 2 |
1 files changed, 1 insertions, 1 deletions
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() %} <div class="profile_showcase"> {{ 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" %} <div class="clear"></div> <p> |