view zpt/no_project.zpt @ 62:64be5db08495

more cleaning projects.
author casties
date Fri, 03 May 2013 10:16:47 +0200
parents bca61e893fcc
children
line wrap: on
line source

<html metal:use-macro="here/main_template/macros/page">
<body metal:fill-slot="body">
<p>This page didn't exit at the selected time!</p>
<p>There is an actual version at:</p>
<p><a tal:attributes="href python:here.REQUEST['URL1']" Tal:content="python:here.REQUEST['URL1']"/></p>
</body>
</html>