No name fields on invitation accept
This commit is contained in:
parent
4853a55d9b
commit
2ecf1e8b71
1 changed files with 0 additions and 9 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue