From 55c173f35e61096f2c15080e919c02bfb0603bee Mon Sep 17 00:00:00 2001 From: Godwin Date: Mon, 28 Jul 2014 12:43:02 -0600 Subject: [PATCH] wtf? --- app/views/conferences/_register_new_organization.html.haml | 4 ---- 1 file changed, 4 deletions(-) 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'