Switch to side-by-side view
--- a/ForgeWiki/forgewiki/main.py +++ b/ForgeWiki/forgewiki/main.py @@ -99,6 +99,7 @@ @expose('forgewiki.templates.index') def index(self): + redirect('Root/') return dict(message=c.app.config.options['message']) #Will not be needed after _dispatch is fixed in tg 2.1