The public name needs to just be a string input

This commit is contained in:
Matt Barringer 2013-02-12 20:24:48 +01:00
parent 2507857a2e
commit e3b6c735ff

View file

@ -12,8 +12,8 @@
.row-fluid
.span12
= semantic_form_for(@registration, :url => register_conference_path(@conference.short_title), :html => { :method => :put }) do |f|
= f.fields_for :person do
= f.inputs :public_name, :as => :string, :for => :person
= f.fields_for :person do |p|
= p.text_field :public_name, :for => :person
= f.input :attending_social_events, :label => false
= f.input :attending_with_partner, :label => false
= f.input :using_affiliated_lodging, :label => false