| Index: app/views/account/forgot_password.rhtml |
| =================================================================== |
| --- app/views/account/forgot_password.rhtml (revision 36) |
| +++ app/views/account/forgot_password.rhtml (working copy) |
| @@ -1,10 +1,10 @@ |
| <h1>Password Reminder</h1> |
| <h3>Type in your e-mail address</h3> |
| -<%= start_form_tag %> |
| +<% form_tag do %> |
| <p>If you've forgotten your sign-in name or password, we can email it to you directly.</p> |
| <label for="security_email">Your email address:</label><br/> |
| <%= text_field 'security', 'email' %> |
| <%= submit_tag 'Send Me an Email' %> |
| <input type="button" value="Cancel" onClick="window.location='<%= url_for :controller => 'welcome' %>'"> |
| -<%= end_form_tag %> |
| +<% end %> |