mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
fix
This commit is contained in:
parent
90bda0f140
commit
a46ca6707b
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
= f.inputs "Registration Information" do
|
||||
- if @conference.use_supporter_levels?
|
||||
= f.semantic_fields_for :supporter_registrations do |reg|
|
||||
= f.semantic_fields_for :supporter_registration do |reg|
|
||||
= reg.input :supporter_level, :as => :select, :collection => @conference.supporter_levels
|
||||
= reg.input :code, :label => "Confirmation or registration code (if applicable)"
|
||||
%span#supporter-link.help-block
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue