Skip to content

Commit

Permalink
Fix if account_country is disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
slawkens committed Apr 16, 2024
1 parent 163877d commit b2a1675
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions admin/pages/accounts.php
Expand Up @@ -404,6 +404,7 @@ class="form-check-input"/>
autocomplete="off" maxlength="20"
value="<?php echo $account->getLocation(); ?>"/>
</div>
<?php if(setting('core.account_country')): ?>
<div class="col-12 col-sm-12 col-lg-4">
<label for="rl_country">Country:</label>
<select name="rl_country" id="rl_country" class="form-control">
Expand All @@ -412,6 +413,7 @@ class="form-check-input"/>
<?php endforeach; ?>
</select>
</div>
<?php endif; ?>
</div>
<div class="form-group row">
<div class="col-12 col-sm-12 col-lg-6">
Expand Down

0 comments on commit b2a1675

Please sign in to comment.