From 9d1f28ab132626114450b177f6a9dd51107fe577 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Tue, 15 Feb 2011 05:45:41 +0100 Subject: Move the 'add from' to the correct place: ConstAdd --- index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.py') diff --git a/index.py b/index.py index 2b46a35..e7687e2 100755 --- a/index.py +++ b/index.py @@ -13,7 +13,7 @@ urls = ( "/const/?", controller.Const, "/const/(\d+)", controller.Const, "/const/add/?", controller.ConstAdd, - "/const/add/(from)/(\d+)", controller.ConstEdit, + "/const/add/from/(\d+)", controller.ConstAdd, "/const/edit/(\d+)", controller.ConstEdit, "/categories", controller.Cat, "/(\d\d\d\d)/(\d\d?)/?", controller.Show, -- cgit v1.2.3