Fixed old layout

This commit is contained in:
Felipe Martin 2014-01-02 23:03:12 +01:00
parent 6d20caad42
commit 26b87c1961
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ def main():
"""
Main page
"""
return render_template('main.jinja')
return render_template('_layout.jinja')
@server.route("/<category>/")