view zpt/edit_MPIWGStaff.zpt @ 4:1a895905f7ca

feature teaser works now.
author casties
date Mon, 11 Feb 2013 20:14:47 +0100
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>