Mercurial > p > roundup > code
diff templates/classic/html/user.forgotten.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 | 3a4abf6d48c2 |
line wrap: on
line diff
--- a/templates/classic/html/user.forgotten.html Mon Oct 20 21:00:04 2003 +0000 +++ b/templates/classic/html/user.forgotten.html Mon Oct 20 21:14:10 2003 +0000 @@ -9,7 +9,8 @@ <p>You have two options if you have forgotten your password. If you know the email address you registered with, enter it below.</p> -<form method="POST" onSubmit="return submit_once()"> +<form method="POST" onSubmit="return submit_once()" + tal:attributes="action context/designator"> <table class="form"> <tr> <th>Email Address:</th>
