From: Jef van Schendel Date: Mon, 25 Jul 2011 20:19:22 +0000 (+0200) Subject: Moved a div around X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=b1f11df07cdef805f354f2c046e146783ad4256f;p=mediagoblin.git Moved a div around --- diff --git a/mediagoblin/templates/mediagoblin/user_pages/user.html b/mediagoblin/templates/mediagoblin/user_pages/user.html index 9d99ac53..b445d844 100644 --- a/mediagoblin/templates/mediagoblin/user_pages/user.html +++ b/mediagoblin/templates/mediagoblin/user_pages/user.html @@ -26,19 +26,18 @@ {% block mediagoblin_content -%} {% if user %} -

{{ user.username }}'s profile

-
- {% include "mediagoblin/utils/profile.html" %} - {% if request.user['_id'] == user['_id'] or request.user['is_admin'] %} +

{{ user.username }}'s profile

+
+ {% include "mediagoblin/utils/profile.html" %} + {% if request.user['_id'] == user['_id'] or request.user['is_admin'] %} Edit profile - {% endif %} -
-
- {% set pagination_base_url = user_gallery_url %} - {% include "mediagoblin/utils/object_gallery.html" %} -
-

View all of {{ user.username }}'s media

+ {% endif %} +
+
+ {% set pagination_base_url = user_gallery_url %} + {% include "mediagoblin/utils/object_gallery.html" %} +

View all of {{ user.username }}'s media

atom feed @@ -46,5 +45,6 @@ {# This *should* not occur as the view makes sure we pass in a user. #}

Sorry, no such user found.

+
{% endif %} {% endblock %}