Setting the user profile back to 3 columns wide!
Previously this was set to two when the spacing between thumbs got borkified.
This commit is contained in:
parent
fc7b1b17eb
commit
8ba4380ff7
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user