From a254c5a36d2d9ccff9d748ab6edb3238fe0d7885 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Wed, 5 May 2010 01:24:16 +0200 Subject: Better mappings --- index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.py') diff --git a/index.py b/index.py index aaf0f75..cb60a95 100755 --- a/index.py +++ b/index.py @@ -14,7 +14,7 @@ urls = ( "/const/add/?", controller.ConstAdd, "/const/edit/(\d+)", controller.ConstEdit, "/cat/?(/\d+)?", controller.Cat, - "/(\d\d\d\d)/(\d\d)", controller.Show, + "/(\d\d\d\d)/(\d\d?)/?", controller.Show, "/", controller.Show, "/(.*)", controller.FourOhFour ) -- cgit v1.2.3