Switch over the user gallery to the active_user_from_url decorator
authorSebastian Spaeth <Sebastian@SSpaeth.de>
Wed, 5 Dec 2012 12:38:50 +0000 (13:38 +0100)
committerSebastian Spaeth <Sebastian@SSpaeth.de>
Wed, 5 Dec 2012 12:55:30 +0000 (13:55 +0100)
commit64c2a4002c261c01c50f333a8aa8dc5c223e79c9
tree4bd9198091beacbe8a79493bb4265a6684bb856e
parentad7420281cdaf5846d8754a29e5006bde82d87f9
Switch over the user gallery to the active_user_from_url decorator

This switches the user gallery page over to use the new decorator, and
cleans up the queries to be in proper sqlalchemy format rather than the
old mongo format.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
mediagoblin/user_pages/views.py