templates/error_404.tmpl
changeset 19 9c9643047a10
parent 18 0e701fbd6760
child 20 d40c339d3778
--- a/templates/error_404.tmpl	Sat Feb 07 03:00:11 2009 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-#extends layout
-#def page_content
-<h1>Oops! Not Found</h1>
-
-<p>The page you requested does not seem to exist. Perhaps you can find what you're looking for in the menu at the left?</p>
-
-<pre>
-    Requested Path: $page_path
-</pre>
-#end def