From 33ba646433a3696b29bc57f107694457d6a20e2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Tue, 16 Mar 2010 23:41:07 +0100 Subject: Add a 404 page --- templates/404.mako | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 templates/404.mako (limited to 'templates') 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" /> +

+Sorry - the requested page ${page} cannot be found. +

-- cgit v1.2.3