error||=_'register.new_organization.same_email_as_attendee_error',"This email needs to be different than your own personal email, we need to keep in touch with your organization even if you're gone in years to come."
end
ifparams[:street].blank?
ifparams[:organization_street].blank?
error||=_'register.new_organization.no_street_error','Please enter your organization\'s street address'
end
ifparams[:city].blank?
ifparams[:organization_city].blank?
error||=_'register.new_organization.no_city_error','Please enter your organization\'s city'