diff --git a/app/views/conferences/_register_new_organization.html.haml b/app/views/conferences/_register_new_organization.html.haml index 418c283..966cf2e 100644 --- a/app/views/conferences/_register_new_organization.html.haml +++ b/app/views/conferences/_register_new_organization.html.haml @@ -1,8 +1,4 @@ - org_index = session[:registration][:new_org_index] || 0 -- if session[:registration][:new_organization].nil? - - session[:registration][:new_organization] = Array.new - - session[:registration][:new_organization][0] = Hash.new - - org_index = 0 = hidden_field_tag :new_org_index, org_index - if session[:registration][:new_organization].length > 1 %h3=_'registration.new_organization.list.title','Your New Organizations'