diff --git a/app/views/invitations/edit.html.haml b/app/views/invitations/edit.html.haml index a54fe6c91..957432bb5 100644 --- a/app/views/invitations/edit.html.haml +++ b/app/views/invitations/edit.html.haml @@ -9,15 +9,6 @@ = f.label :password_confirmation = f.password_field :password_confirmation - = f.fields_for :person do |p| - = p.fields_for :profile do |pr| - %p - = pr.label :first_name - = pr.text_field :first_name - %p - = pr.label :last_name - = pr.text_field :last_name - = f.hidden_field :invitation_token = f.submit 'sign_up' = render :partial => "devise/shared/links"