aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2011-07-04 08:47:46 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2011-07-04 08:47:46 -0500
commitae50c14f0fcce247922af3fa889687dabd466b52 (patch)
treeb0c6f6bff92da02f8befd28b95c996c68a15d18a
parentafa760743147724e6af8666fba17dcdf1e5288a8 (diff)
downloadmediagoblin-ae50c14f0fcce247922af3fa889687dabd466b52.tar.lz
mediagoblin-ae50c14f0fcce247922af3fa889687dabd466b52.tar.xz
mediagoblin-ae50c14f0fcce247922af3fa889687dabd466b52.zip
Removing a tab... hate mixed tabs and spaces :)
-rw-r--r--mediagoblin/templates/mediagoblin/user_pages/user.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/templates/mediagoblin/user_pages/user.html b/mediagoblin/templates/mediagoblin/user_pages/user.html
index 71978373..63e66fa5 100644
--- a/mediagoblin/templates/mediagoblin/user_pages/user.html
+++ b/mediagoblin/templates/mediagoblin/user_pages/user.html
@@ -20,7 +20,7 @@
{% block mediagoblin_head %}
<link rel="alternate" type="application/atom+xml"
href="{{ request.urlgen(
- 'mediagoblin.user_pages.atom_feed',
+ 'mediagoblin.user_pages.atom_feed',
user=user.username) }}">
{% endblock mediagoblin_head %}