summaryrefslogtreecommitdiff
path: root/controller.py
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2010-05-25 14:18:00 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2010-05-25 14:18:00 +0200
commit7e00c39a085e6801f01e043e841b7ef7b102a20f (patch)
treeeaa02465f5e596494d89cacb772fabf5427a9fc2 /controller.py
parentd3fa7f56c85241db83ebb986cdbf64004f5682be (diff)
downloadkosten-7e00c39a085e6801f01e043e841b7ef7b102a20f.tar.gz
kosten-7e00c39a085e6801f01e043e841b7ef7b102a20f.tar.bz2
kosten-7e00c39a085e6801f01e043e841b7ef7b102a20f.zip
Move page templates into their own folder
Diffstat (limited to 'controller.py')
-rw-r--r--controller.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/controller.py b/controller.py
index 370391a..417046d 100644
--- a/controller.py
+++ b/controller.py
@@ -144,4 +144,4 @@ class FourOhFour:
@staticmethod
def catch (page = "?"):
- return web.notfound(render("404", page = page))
+ return web.notfound(render("404", level = "", page = page))