Fixed an error where country for teams was not properly set/updated due to a copy paste mistake

This commit is contained in:
Absurdon 2017-10-14 20:02:32 +02:00
parent 8717173797
commit faa165bb73
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@
</div>
<div class="fields horizontal">
<%= f.label :country %>
<%= country_select :user, :country, include_blank: true %>
<%= country_select :team, :country, include_blank: true %>
</div>
<div class="fields horizontal">
<%= f.label :comment %>

View file

@ -21,7 +21,7 @@
</div>
<div class="fields horizontal">
<%= f.label :country %>
<%= country_select :user, :country, include_blank: true %>
<%= country_select :team, :country, include_blank: true %>
</div>
<div class="fields horizontal">
<%= f.label :comment %>