Quick fix to bring back EU flag

This commit is contained in:
cblanc 2015-05-14 18:01:49 +01:00
parent 92ff84bbb9
commit 0719759b2b

View file

@ -95,7 +95,7 @@
<div class="fields horizontal">
<%= f.label :country %>
<div class="inputs">
<%= country_code_select :user, :country %>
<%= country_code_select :user, :country, [['EU', 'EU']] %>
</div>
</div>
<div class="fields horizontal">