Mercurial > p > roundup > code
view templates/minimal/html/_generic.404.html @ 3921:b49bbd4ff6ea
add more recent work to CHANGES.txt
| author | Justus Pendleton <jpend@users.sourceforge.net> |
|---|---|
| date | Wed, 26 Sep 2007 03:07:55 +0000 |
| parents | dd00c917fc40 |
| children |
line wrap: on
line source
<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>
