mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Fixing a few bugs
This commit is contained in:
parent
df0e75e03a
commit
2507857a2e
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
|||
.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, :for => :person
|
||||
= f.inputs :public_name, :as => :string, :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