diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2012-10-22 11:06:15 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2012-10-22 11:06:15 -0500 |
commit | 7a0a308fe8571b027284c1e91c47fd468f40863f (patch) | |
tree | a4c55942edb05a3e92726cb8be55195725e64f40 | |
parent | e3f1fddf872caae45d6f4fdc81c2f4f9e8e19022 (diff) | |
download | mediagoblin-7a0a308fe8571b027284c1e91c47fd468f40863f.tar.lz mediagoblin-7a0a308fe8571b027284c1e91c47fd468f40863f.tar.xz mediagoblin-7a0a308fe8571b027284c1e91c47fd468f40863f.zip |
Set the user page to two columns wide so we don't have this weird wrapping.
This is a stopgap solution!
-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 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() %} <div class="profile_showcase"> {{ 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" %} <div class="clear"></div> <p> |