Mercurial > p > roundup > code
diff templates/minimal/html/user.item.html @ 1911:f5c804379c85
fixed ZRoundup - mostly changes to classic template
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 12 Nov 2003 01:00:59 +0000 |
| parents | 21312a7564fd |
| children | 3a4abf6d48c2 |
line wrap: on
line diff
--- a/templates/minimal/html/user.item.html Tue Nov 11 22:37:25 2003 +0000 +++ b/templates/minimal/html/user.item.html Wed Nov 12 01:00:59 2003 +0000 @@ -12,7 +12,6 @@ <form method="POST" onSubmit="return submit_once()" enctype="multipart/form-data" tal:condition="context/is_edit_ok"> -<input type="hidden" name=":required" value="username,address"> <table class="form"> <tr> @@ -45,7 +44,10 @@ </tr> <tr> - <td> </td> + <td> + <input type="hidden" name="@required" value="username,address"> + <input type="hidden" name="@template" value="item"> + </td> <td tal:content="structure context/submit">submit button here</td> </tr> </table>
