Removing a tab. This is a tab-free zone!
This commit is contained in:
parent
7960ac985f
commit
ad4aef3a67
@ -154,7 +154,7 @@ def atom_feed(request):
|
|||||||
'username': request.matchdict['user'],
|
'username': request.matchdict['user'],
|
||||||
'status': 'active'})
|
'status': 'active'})
|
||||||
if not user:
|
if not user:
|
||||||
return exc.HTTPNotFound()
|
return exc.HTTPNotFound()
|
||||||
|
|
||||||
cursor = request.db.MediaEntry.find({
|
cursor = request.db.MediaEntry.find({
|
||||||
'uploader': user['_id'],
|
'uploader': user['_id'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user