[Python-checkins] r65358 - tracker/instances/python-dev/html/_generic.404.html
martin.v.loewis
python-checkins at python.org
Fri Aug 1 06:55:26 CEST 2008
Author: martin.v.loewis
Date: Fri Aug 1 06:55:26 2008
New Revision: 65358
Log:
Add 404 template from classic scheme.
Added:
tracker/instances/python-dev/html/_generic.404.html (contents, props changed)
Added: tracker/instances/python-dev/html/_generic.404.html
==============================================================================
--- (empty file)
+++ tracker/instances/python-dev/html/_generic.404.html Fri Aug 1 06:55:26 2008
@@ -0,0 +1,9 @@
+<html>
+<head>
+<title>Item Not Found</title>
+</head>
+
+<body>
+There is no <span tal:content="context/_classname" /> with id <span tal:content="context/id"/>
+</body>
+</html>
More information about the Python-checkins
mailing list