view zpt/no_project.zpt @ 54:4600e31a0431

Merge with 1ed79b33200c4c4879e3dc314744451eef083902
author dwinter
date Tue, 30 Apr 2013 16:35:52 +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>