Skip to content

Commit

Permalink
Merge pull request #2661 from zawaze/patch-5
Browse files Browse the repository at this point in the history
Fix issue #2660
  • Loading branch information
gillesbourgeat committed Apr 9, 2019
2 parents fd13b06 + 3350026 commit a15cdd4
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 a15cdd4

Please sign in to comment.