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
|
%br
|
||||||
|
|
||||||
%h4
|
//%h4
|
||||||
= t('.personal_message')
|
// = t('.personal_message')
|
||||||
= text_area_tag 'email_inviter[message]',nil, :rows => 3, :value => t('.check_out_diaspora')
|
//= text_area_tag 'email_inviter[message]',nil, :rows => 3, :value => t('.check_out_diaspora')
|
||||||
|
|
||||||
%p
|
%p
|
||||||
= submit_tag t('.send_an_invitation')
|
= submit_tag t('.send_an_invitation')
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue