view zpt/no_project.zpt @ 22:5ed0b0c21fe5

started to clean up MPIWGProject.
author casties
date Mon, 08 Apr 2013 20:28:29 +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>