mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Swap some checkboxes around
This commit is contained in:
parent
e3b6c735ff
commit
ba721772b9
1 changed files with 1 additions and 1 deletions
|
|
@ -14,8 +14,8 @@
|
|||
= semantic_form_for(@registration, :url => register_conference_path(@conference.short_title), :html => { :method => :put }) do |f|
|
||||
= 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 :attending_social_events, :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 => "registration-arrival-datepicker", :readonly => "readonly" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue