From 01444a8e45b7bd5b846ebc1a26afb87ee18f8265 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Tue, 15 Feb 2011 03:19:21 +0100 Subject: More nice things for constant expenses --- index.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'index.py') diff --git a/index.py b/index.py index 78d44c9..2b46a35 100755 --- a/index.py +++ b/index.py @@ -11,7 +11,9 @@ urls = ( "/add/?", controller.Add, "/edit/(\d+)", controller.Edit, "/const/?", controller.Const, + "/const/(\d+)", controller.Const, "/const/add/?", controller.ConstAdd, + "/const/add/(from)/(\d+)", controller.ConstEdit, "/const/edit/(\d+)", controller.ConstEdit, "/categories", controller.Cat, "/(\d\d\d\d)/(\d\d?)/?", controller.Show, -- cgit v1.2.3