Set the user page to two columns wide so we don't have this weird wrapping.
This is a stopgap solution!
This commit is contained in:
parent
e3f1fddf87
commit
7a0a308fe8
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user