summaryrefslogtreecommitdiff
path: root/index.py
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2010-07-27 01:16:48 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2010-07-27 01:16:48 +0200
commit98e83d8ffc9cc31986fb2672140aed005480cddb (patch)
tree271dbca8f1f75d8c7de812e35a8a5af7eb6ea7cc /index.py
parentf3ce6573eeae4a62ed1fc771de16574e246dbac5 (diff)
downloadkosten-98e83d8ffc9cc31986fb2672140aed005480cddb.tar.gz
kosten-98e83d8ffc9cc31986fb2672140aed005480cddb.tar.bz2
kosten-98e83d8ffc9cc31986fb2672140aed005480cddb.zip
Add category manipulation support
Diffstat (limited to 'index.py')
-rwxr-xr-xindex.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.py b/index.py
index cb60a95..78d44c9 100755
--- a/index.py
+++ b/index.py
@@ -13,7 +13,7 @@ urls = (
"/const/?", controller.Const,
"/const/add/?", controller.ConstAdd,
"/const/edit/(\d+)", controller.ConstEdit,
- "/cat/?(/\d+)?", controller.Cat,
+ "/categories", controller.Cat,
"/(\d\d\d\d)/(\d\d?)/?", controller.Show,
"/", controller.Show,
"/(.*)", controller.FourOhFour