summaryrefslogtreecommitdiff
path: root/templates/register.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/register.tpl')
-rw-r--r--templates/register.tpl7
1 files changed, 1 insertions, 6 deletions
diff --git a/templates/register.tpl b/templates/register.tpl
index 9f4ae89..366a1f0 100644
--- a/templates/register.tpl
+++ b/templates/register.tpl
@@ -129,12 +129,7 @@
<div class="form-group">
{formlabel label="Country" for="country"}
{forminput}
- <select name="prefs[users_country]" id="country">
- <option value=""></option>
- {foreach $countries as $code => $name}
- <option value="{$code|escape}"{if $smarty.request.prefs.users_country eq $code} selected="selected"{/if}>{$name|escape}</option>
- {/foreach}
- </select>
+ {include file="bitpackage:users/flag_select_inc.tpl" fsName="prefs[users_country]" fsValue=$smarty.request.prefs.users_country fsId="flag-select-reg"}
{formhelp note=""}
{/forminput}
</div>