mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-18 14:11:10 +00:00
The public name needs to just be a string input
This commit is contained in:
parent
2507857a2e
commit
e3b6c735ff
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue