diff --git a/app/views/teams/edit.html.erb b/app/views/teams/edit.html.erb index d93f92c..f0fdd98 100644 --- a/app/views/teams/edit.html.erb +++ b/app/views/teams/edit.html.erb @@ -29,7 +29,7 @@
<%= f.label :country %> - <%= country_code_select :team, :country, [['EU', 'EU']] %> + <%= country_select :user, :country, include_blank: true %>
<%= f.label :comment %>