diff --git a/pylons_app/controllers/repos.py b/pylons_app/controllers/repos.py --- a/pylons_app/controllers/repos.py +++ b/pylons_app/controllers/repos.py @@ -20,7 +20,7 @@ class ReposController(BaseController): @authenticate def __before__(self): - c.staticurl = g.statics + c.admin_user = session.get('admin_user') c.admin_username = session.get('admin_username') self.sa = meta.Session