mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-11-14 17:01:20 +00:00
Fixed an error where country for teams was not properly set/updated due to a copy paste mistake
This commit is contained in:
parent
e85cf3a18d
commit
f23a8e7fc5
2 changed files with 2 additions and 2 deletions
|
@ -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 %>
|
||||
|
|
|
@ -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 %>
|
||||
|
|
Loading…
Reference in a new issue