Mercurial > p > roundup > code
diff templates/classic/html/user.register.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.register.html Mon Oct 20 21:00:04 2003 +0000 +++ b/templates/classic/html/user.register.html Mon Oct 20 21:14:10 2003 +0000 @@ -15,7 +15,9 @@ </span> <tal:block tal:condition="editok"> -<form method="POST" onSubmit="return submit_once()" enctype="multipart/form-data"> +<form method="POST" onSubmit="return submit_once()" + enctype="multipart/form-data" + tal:attributes="action context/designator"> <table class="form"> <tr>
