remove "message" from invite-form (not used in email)
This commit is contained in:
parent
871d3cc672
commit
ea90c6caf0
1 changed files with 3 additions and 3 deletions
|
|
@ -28,9 +28,9 @@
|
|||
|
||||
%br
|
||||
|
||||
%h4
|
||||
= t('.personal_message')
|
||||
= text_area_tag 'email_inviter[message]',nil, :rows => 3, :value => t('.check_out_diaspora')
|
||||
//%h4
|
||||
// = t('.personal_message')
|
||||
//= text_area_tag 'email_inviter[message]',nil, :rows => 3, :value => t('.check_out_diaspora')
|
||||
|
||||
%p
|
||||
= submit_tag t('.send_an_invitation')
|
||||
|
|
|
|||
Loading…
Reference in a new issue