Mercurial > p > roundup > code
diff templates/classic/html/user.item.html @ 1855:8b840f8626fb
Add "action" attributes to forms.
| author | Johannes Gijsbers <jlgijsbers@users.sourceforge.net> |
|---|---|
| date | Mon, 20 Oct 2003 21:14:10 +0000 |
| parents | 4e4afbe3cd30 |
| children | f5c804379c85 |
line wrap: on
line diff
--- a/templates/classic/html/user.item.html Mon Oct 20 21:00:04 2003 +0000 +++ b/templates/classic/html/user.item.html Mon Oct 20 21:14:10 2003 +0000 @@ -19,7 +19,8 @@ </span> <form method="POST" onSubmit="return submit_once()" - enctype="multipart/form-data" tal:condition="context/is_edit_ok"> + enctype="multipart/form-data" tal:condition="context/is_edit_ok" + tal:attributes="action context/designator"> <table class="form"> <tr>
