Mercurial > p > roundup > code
view website/issues/html/_generic.404.html @ 5173:4f99aad7e8e8
Store template name with saved query
When storing user-defined queries we now store the template with the
query if the template name is different from 'index'. This allows stored
queries for templates different from the default 'index' template.
| author | Ralf Schlatterbeck <rsc@runtux.com> |
|---|---|
| date | Fri, 09 Dec 2016 09:49:25 +0100 |
| parents | c2d0d3e9099d |
| children | 8d595c5486c0 |
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>
