diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-07-04 11:17:51 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-07-04 11:17:51 -0500 |
commit | 0dd0a71f5eb631052aaa2d542454fc3ce3ddbd59 (patch) | |
tree | cb6a884cc2b264380d4f3ca8efc348ed0808b7de | |
parent | 24eaf0fd6bd6529ac59bc3963e0013e34c2c01a4 (diff) | |
download | mediagoblin-0dd0a71f5eb631052aaa2d542454fc3ce3ddbd59.tar.lz mediagoblin-0dd0a71f5eb631052aaa2d542454fc3ce3ddbd59.tar.xz mediagoblin-0dd0a71f5eb631052aaa2d542454fc3ce3ddbd59.zip |
Put some space between the gallery and the rest of the page content
-rw-r--r-- | mediagoblin/templates/mediagoblin/user_pages/user.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mediagoblin/templates/mediagoblin/user_pages/user.html b/mediagoblin/templates/mediagoblin/user_pages/user.html index 7f8a3cec..aed330c8 100644 --- a/mediagoblin/templates/mediagoblin/user_pages/user.html +++ b/mediagoblin/templates/mediagoblin/user_pages/user.html @@ -44,6 +44,8 @@ {% set pagination_base_url = user_gallery_url %} {% include "mediagoblin/utils/object_gallery.html" %} + <div class="clear"></div> + <p><a href="{{ user_gallery_url }}">View all of {{ user.username }}'s media</a></p> <a href={{ request.urlgen( |