view zpt/project/manage_add_MPIWGProject.zpt @ 242:0b7a95c02f68

added preference for number of talks from calendar on profile page.
author casties
date Fri, 07 Feb 2014 12:39:08 +0100
parents a9ad7dd7a8b2
children
line wrap: on
line source

<tal:block tal:replace="structure here/manage_page_header"/>
<html>
<body>  
<h1>Add a MPIWG Project</h1>

<form method="post" action="manage_addMPIWGProject" enctype="multipart/form-data">
<p>ID <input size="20" name="id"/></p>
<input type="submit">
</form>
</body>
</html>