From 7e8ccd6885a839b84f19db64bc82bb5fae80424f Mon Sep 17 00:00:00 2001 From: Tanya Parker Date: Fri, 23 Oct 2015 17:33:38 -0700 Subject: [PATCH] allow i18n teachers to ask for volunteers --- .../sites.v3/hourofcode.com/views/signup_form.haml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/pegasus/sites.v3/hourofcode.com/views/signup_form.haml b/pegasus/sites.v3/hourofcode.com/views/signup_form.haml index dd7d9ecef1669..1b17a674ac676 100644 --- a/pegasus/sites.v3/hourofcode.com/views/signup_form.haml +++ b/pegasus/sites.v3/hourofcode.com/views/signup_form.haml @@ -66,12 +66,11 @@ %div %textarea#hoc-special-event-details.form-control{name: "special_event_details_s", placeholder: hoc_s(:signup_special_event_details_placeholder), style: "height: 5em;"} - - if @country == 'us' - .form-group - .checkbox - %label - %input#hoc-match-volunteer-flag{name: "match_volunteer_flag_b", type: "checkbox", value: "1"}/ - =hoc_s(:signup_match_volunteer) + .form-group + .checkbox + %label + %input#hoc-match-volunteer-flag{name: "match_volunteer_flag_b", type: "checkbox", value: "1"}/ + =hoc_s(:signup_match_volunteer) %input{name:'hoc_country_s', type:'hidden', value:@country} %input{name:'hoc_company_s', type:'hidden', value:@company}