aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/errors
diff options
context:
space:
mode:
authorEdmund von der Burg <evdb@mysociety.org>2011-02-23 11:25:50 +0000
committerEdmund von der Burg <evdb@mysociety.org>2011-02-23 11:25:50 +0000
commit1c7739a338f4c4447a1ce0ba3e8ebfe56bd9f164 (patch)
tree47aef6dcfccc6dfb68d9c7827a2032c5bcbc6e05 /templates/web/default/errors
parent0f515f88ef3ca7c5711c41f8066afb689e3f5b58 (diff)
Move default templates to 'default' dir so that we can use allow cobrands to override them
Diffstat (limited to 'templates/web/default/errors')
-rw-r--r--templates/web/default/errors/page_not_found.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/web/default/errors/page_not_found.html b/templates/web/default/errors/page_not_found.html
new file mode 100644
index 000000000..92ceb3106
--- /dev/null
+++ b/templates/web/default/errors/page_not_found.html
@@ -0,0 +1,7 @@
+<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
+<html><head>
+<title>404 Not Found</title>
+</head><body>
+<h1>Not Found</h1>
+<p>The requested URL [% c.req.uri.path %] was not found on this server.</p>
+</body></html>