diff --git a/pylons_app/controllers/hg.py b/pylons_app/controllers/hg.py --- a/pylons_app/controllers/hg.py +++ b/pylons_app/controllers/hg.py @@ -21,7 +21,7 @@ class HgController(BaseController): def __before__(self): c.repos_prefix = config['repos_name'] - c.staticurl = g.statics + c.repo_name = get_repo_slug(request) def index(self):