view zpt/edit_MPIWGStaff.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>
<head>
   <title>The title</title>
</head>
<body>

<div>

<h1>Edit</h1>
<h2>!Please use this form only if you really know what you do, for the change of names the
../edit methods should be used!</h2>
<form method="post" action="changeMPIWGStaff">

<p>LastName:
<input name="lastName" tal:attributes="value here/lastName"/></p>
<p>FirstName:
<input name="firstName" tal:attributes="value here/firstName"/></p>

<p>Key:
<input name="key" tal:attributes="value here/getKey"/></p>
<input type="submit">
</form>
</div>
</body>
</html>