Mercurial > p > roundup > code
view templates/minimal/html/_generic.404.html @ 3997:edbb89730dc2
Fix indexer handling of indexed Link properties
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 18 Aug 2008 06:57:49 +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>
