Rename attending_social_events_with_partner

This commit is contained in:
Matt Barringer 2013-02-06 20:26:41 +01:00
parent a8e2cd4ef9
commit 077036d67c
5 changed files with 12 additions and 4 deletions

View file

@ -15,7 +15,7 @@
= f.fields_for :person do
= f.inputs :public_name, :for => :person
= f.input :attending_social_events, :label => false
= f.input :attending_social_events_with_partner, :label => false
= f.input :attending_with_partner, :label => false
= f.input :using_affiliated_lodging, :label => false
= f.input :handicapped_access_required, :label => false
= f.input :arrival, :as => :string, :input_html => {:value => (f.object.arrival.to_formatted_s(:db_without_seconds) unless f.object.arrival.nil?), :id => "conference-reg-start-datepicker", :readonly => "readonly" }