diff --git a/app/views/registrar/contacts/form/_address.haml b/app/views/registrar/contacts/form/_address.haml index 7789c2891b..e70d00cd82 100644 --- a/app/views/registrar/contacts/form/_address.haml +++ b/app/views/registrar/contacts/form/_address.haml @@ -31,6 +31,6 @@ = f.label :country_code, t(:country) + '*' .col-md-7 - country_selected = f.object.persisted? ? f.object.country_code : 'EE' - = f.select(:country_code, SApplicationController.helpers.all_country_options(country_selected), + = f.select(:country_code, ApplicationController.helpers.all_country_options(country_selected), { include_blank: true }, required: true)