summaryrefslogtreecommitdiff
path: root/templates/404.mako
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2010-05-03 18:21:53 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2010-05-03 18:21:53 +0200
commitf0012811f8af8b1334b46781861a6dd3777ee392 (patch)
treee59c3e5d141ecff244584ba786ce191497a9e311 /templates/404.mako
downloadkosten-f0012811f8af8b1334b46781861a6dd3777ee392.tar.gz
kosten-f0012811f8af8b1334b46781861a6dd3777ee392.tar.bz2
kosten-f0012811f8af8b1334b46781861a6dd3777ee392.zip
First import from portato proj
Diffstat (limited to 'templates/404.mako')
-rw-r--r--templates/404.mako7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/404.mako b/templates/404.mako
new file mode 100644
index 0000000..aeb95e3
--- /dev/null
+++ b/templates/404.mako
@@ -0,0 +1,7 @@
+<%!
+ title = "404 -- Page not found!"
+%>
+<%inherit file="/page.mako" />
+<p>
+Sorry - the requested page <i>${page}</i> cannot be found.
+</p>