diff --git a/app/views/teams/edit.html.erb b/app/views/teams/edit.html.erb index 6d31784..d93f92c 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 %> + <%= country_code_select :team, :country, [['EU', 'EU']] %>
<%= f.label :comment %> diff --git a/app/views/teams/new.html.erb b/app/views/teams/new.html.erb index 07dc6f2..463fa5f 100644 --- a/app/views/teams/new.html.erb +++ b/app/views/teams/new.html.erb @@ -21,7 +21,7 @@
<%= f.label :country %> - <%= country_code_select :team, :country %> + <%= country_code_select :team, :country, [['EU', 'EU']] %>
<%= f.label :comment %>