mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-27 21:10:54 +00:00
Quick fix to bring back EU flag
This commit is contained in:
parent
2762b234cf
commit
7cce65dfd7
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@
|
||||||
<div class="fields horizontal">
|
<div class="fields horizontal">
|
||||||
<%= f.label :country %>
|
<%= f.label :country %>
|
||||||
<div class="inputs">
|
<div class="inputs">
|
||||||
<%= country_code_select :user, :country %>
|
<%= country_code_select :user, :country, [['EU', 'EU']] %>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="fields horizontal">
|
<div class="fields horizontal">
|
||||||
|
|
Loading…
Reference in a new issue