Quick fix to bring back EU flag

This commit is contained in:
cblanc 2015-05-14 18:01:49 +01:00 committed by simplefl
parent 2762b234cf
commit 7cce65dfd7

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">