aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2011-07-04 08:47:28 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2011-07-04 08:47:28 -0500
commitafa760743147724e6af8666fba17dcdf1e5288a8 (patch)
treefa41a443d3a581324d6d95b6328dc622156627a5
parent9973c0580fa1b9ce3a75b37d06c645b3f9829fb8 (diff)
downloadmediagoblin-afa760743147724e6af8666fba17dcdf1e5288a8.tar.lz
mediagoblin-afa760743147724e6af8666fba17dcdf1e5288a8.tar.xz
mediagoblin-afa760743147724e6af8666fba17dcdf1e5288a8.zip
Just removing some trailing whitespace
-rw-r--r--mediagoblin/templates/mediagoblin/user_pages/user.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/mediagoblin/templates/mediagoblin/user_pages/user.html b/mediagoblin/templates/mediagoblin/user_pages/user.html
index ba61e52f..71978373 100644
--- a/mediagoblin/templates/mediagoblin/user_pages/user.html
+++ b/mediagoblin/templates/mediagoblin/user_pages/user.html
@@ -28,16 +28,16 @@
{% if user %}
<h1>{{ user.username }}'s profile</h1>
{% if request.user['_id'] == user['_id'] or request.user['is_admin'] %}
- <a href="{{ request.urlgen('mediagoblin.edit.profile') }}?username={{
+ <a href="{{ request.urlgen('mediagoblin.edit.profile') }}?username={{
user.username }}">Edit profile</a>
{% endif %}
-
+
{% include "mediagoblin/utils/profile.html" %}
{% set pagination_base_url = user_gallery_url %}
{% include "mediagoblin/utils/object_gallery.html" %}
- <p><a href="{{ user_gallery_url }}">View all of {{ user.username }}'s media</a></p>
+ <p><a href="{{ user_gallery_url }}">View all of {{ user.username }}'s media</a></p>
<a href={{ request.urlgen(
'mediagoblin.user_pages.atom_feed',
@@ -46,4 +46,4 @@
{# This *should* not occur as the view makes sure we pass in a user. #}
<p>Sorry, no such user found.<p/>
{% endif %}
-{% endblock %}
+{% endblock %}