Mercurial > p > roundup > code
diff website/issues/html/_generic.404.html @ 4024:c2d0d3e9099d website
svn repository setup
| author | Stefan Seefeld <stefan@users.sourceforge.net> |
|---|---|
| date | Fri, 06 Feb 2009 13:16:31 +0000 |
| parents | |
| children | 8d595c5486c0 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/website/issues/html/_generic.404.html Fri Feb 06 13:16:31 2009 +0000 @@ -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>
