Code

Move templates/ to share/roundup/templates/
[roundup.git] / share / roundup / templates / classic / html / _generic.404.html
1 <html>
2 <head>
3 <title>Item Not Found</title>
4 </head>
6 <body>
7 There is no <span tal:content="context/_classname" /> with id <span tal:content="context/id"/>
8 </body>
9 </html>