Merge pull request #19 from cblanc/reinstate_europe

Quick fix to bring back EU flag
This commit is contained in:
simplefl 2015-05-14 19:22:01 +02:00
commit de4ef17034

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