| Index: app/views/account/signup.rhtml |
| =================================================================== |
| --- app/views/account/signup.rhtml (revision 36) |
| +++ app/views/account/signup.rhtml (working copy) |
| @@ -1,5 +1,5 @@ |
| <h1>Register</h1> |
| -<%= start_form_tag({:action => "signup"}, :multipart => true) %> |
| +<% form_tag({:action => "signup"}, :multipart => true) do %> |
| <div title="Account signup" id="signupform" class="form"> |
| <h3>Family Member Registration</h3> |
| @@ -18,5 +18,5 @@ |
| <input type="submit" value="Register »" class="primary" /><br/><br/> |
| <p align="center">That's it! Click the <i>Register</i> button to finish.</p> |
| </div> |
| -<%= end_form_tag %> |
| +<% end %> |