summaryrefslogtreecommitdiff
path: root/controller.py
diff options
context:
space:
mode:
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))