diff --git a/app/views/registration_steps/_org_create_address.html.haml b/app/views/registration_steps/_org_create_address.html.haml index 1f09c27..b495b78 100644 --- a/app/views/registration_steps/_org_create_address.html.haml +++ b/app/views/registration_steps/_org_create_address.html.haml @@ -6,4 +6,4 @@ .multi-field = textfield :city, (@city.city || '').html_safe, readonly: true = textfield :territory, (@city.translate_territory || '').html_safe, readonly: true - = textfield :country, (@city.translate_country ||| '').html_safe, readonly: true + = textfield :country, (@city.translate_country || '').html_safe, readonly: true