aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2011-08-10 12:08:14 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2011-08-10 12:08:14 -0500
commitad4aef3a67301cf941944981f50dc8734efb9b91 (patch)
treea885a22f913e63c6b08e9e448792bfa42e66ab96
parent7960ac985f9b5a80063f21012d53793cb2d22dd9 (diff)
downloadmediagoblin-ad4aef3a67301cf941944981f50dc8734efb9b91.tar.lz
mediagoblin-ad4aef3a67301cf941944981f50dc8734efb9b91.tar.xz
mediagoblin-ad4aef3a67301cf941944981f50dc8734efb9b91.zip
Removing a tab. This is a tab-free zone!
-rw-r--r--mediagoblin/user_pages/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/user_pages/views.py b/mediagoblin/user_pages/views.py
index 85a84db6..fb72a421 100644
--- a/mediagoblin/user_pages/views.py
+++ b/mediagoblin/user_pages/views.py
@@ -154,7 +154,7 @@ def atom_feed(request):
'username': request.matchdict['user'],
'status': 'active'})
if not user:
- return exc.HTTPNotFound()
+ return exc.HTTPNotFound()
cursor = request.db.MediaEntry.find({
'uploader': user['_id'],