Skip to content

Commit

Permalink
Fix issue #2660
Browse files Browse the repository at this point in the history
  • Loading branch information
zawaze committed Apr 9, 2019
1 parent fd13b06 commit 3350026
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/frontOffice/default/address-update.html
Expand Up @@ -198,6 +198,7 @@ <h1 id="main-label" class="page-header">{intl l="Address Update"}</h1>
<label class="control-label col-sm-3" for="{$label_attr.for}">{$label}:{if $required} <span class="required">*</span>{/if}</label>
<div class="control-input col-sm-5">
<select name="{$name}" id="{$label_attr.for}" class="form-control"{if $required} aria-required="true" required{/if}{if !isset($error_focus) && $error} autofocus{/if}>
{loop type="country" name="country.list" order="alpha"}
<option value="{$ID}"
{if $value}
{if $value == $ID}
Expand Down

0 comments on commit 3350026

Please sign in to comment.