diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2010-05-03 18:21:53 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2010-05-03 18:21:53 +0200 |
commit | f0012811f8af8b1334b46781861a6dd3777ee392 (patch) | |
tree | e59c3e5d141ecff244584ba786ce191497a9e311 /templates/404.mako | |
download | kosten-f0012811f8af8b1334b46781861a6dd3777ee392.tar.gz kosten-f0012811f8af8b1334b46781861a6dd3777ee392.tar.bz2 kosten-f0012811f8af8b1334b46781861a6dd3777ee392.zip |
First import from portato proj
Diffstat (limited to '')
-rw-r--r-- | templates/404.mako | 7 |
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> |