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() %}
|
{% if media_entries.count() %}
|
||||||
<div class="profile_showcase">
|
<div class="profile_showcase">
|
||||||
{{ object_gallery(request, media_entries, pagination,
|
{{ 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" %}
|
{% include "mediagoblin/utils/object_gallery.html" %}
|
||||||
<div class="clear"></div>
|
<div class="clear"></div>
|
||||||
<p>
|
<p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user