mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-11-15 01:11:23 +00:00
Fixed new team view still having old country_code_select
This commit is contained in:
parent
2b45db440c
commit
683e32c7f6
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
</div>
|
||||
<div class="fields horizontal">
|
||||
<%= f.label :country %>
|
||||
<%= country_code_select :team, :country, [['EU', 'EU']] %>
|
||||
<%= country_select :user, :country, include_blank: true %>
|
||||
</div>
|
||||
<div class="fields horizontal">
|
||||
<%= f.label :comment %>
|
||||
|
|
Loading…
Reference in a new issue