Index: app/views/account/signup.rhtml =================================================================== --- app/views/account/signup.rhtml (revision 36) +++ app/views/account/signup.rhtml (working copy) @@ -1,5 +1,5 @@

Register

-<%= start_form_tag({:action => "signup"}, :multipart => true) %> +<% form_tag({:action => "signup"}, :multipart => true) do %>

Family Member Registration

@@ -18,5 +18,5 @@

That's it! Click the Register button to finish.

-<%= end_form_tag %> +<% end %>