summaryrefslogtreecommitdiff
path: root/index.py
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2011-02-15 03:19:21 +0100
committerRené 'Necoro' Neumann <necoro@necoro.net>2011-02-15 03:19:21 +0100
commit01444a8e45b7bd5b846ebc1a26afb87ee18f8265 (patch)
treeceb2fcc0b90663eb02a8271fdc2427cd869771d4 /index.py
parenta69e90c161e0a476f81efe907631c4c26c4fd88e (diff)
downloadkosten-01444a8e45b7bd5b846ebc1a26afb87ee18f8265.tar.gz
kosten-01444a8e45b7bd5b846ebc1a26afb87ee18f8265.tar.bz2
kosten-01444a8e45b7bd5b846ebc1a26afb87ee18f8265.zip
More nice things for constant expenses
Diffstat (limited to 'index.py')
-rwxr-xr-xindex.py2
1 files changed, 2 insertions, 0 deletions
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,