view zpt/no_project.zpt @ 33:01b5265264b6

more work on projects.
author casties
date Wed, 24 Apr 2013 20:48:45 +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>