diff --git a/app/views/admin/registrations/edit.html.haml b/app/views/admin/registrations/edit.html.haml index 6d6e8821..67377654 100644 --- a/app/views/admin/registrations/edit.html.haml +++ b/app/views/admin/registrations/edit.html.haml @@ -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