From 24f69419df148eb333591b5e8b654cd2987c0843 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Wed, 25 Jul 2012 12:39:51 +1200 Subject: Unit test about page. --- libpathod/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpathod') diff --git a/libpathod/app.py b/libpathod/app.py index 0b123e94..c1fb670f 100644 --- a/libpathod/app.py +++ b/libpathod/app.py @@ -37,7 +37,7 @@ def render(s, **kwargs): @app.route('/index.html') def index(): return render("index.html", section="main") - j + @app.route('/about') @app.route('/about.html') -- cgit v1.2.3