FIX and remove "Alias" from address form
This commit is contained in:
@@ -30,7 +30,9 @@
|
||||
|
||||
{else}
|
||||
|
||||
<div class="form-group {if !empty($field.errors)}has-error{/if}">
|
||||
{* <div class="form-group {if !empty($field.errors)}has-error{/if}"> *}
|
||||
<div class="form-group form-group-{$field.name|escape:'html'} {if !empty($field.errors)}has-error{/if}">
|
||||
|
||||
{if $field.type !== 'checkbox'}
|
||||
<label class="{if $field.required} required{/if}" for="field-{$field.name}">
|
||||
{if $field.type !== 'checkbox'}
|
||||
|
||||
Reference in New Issue
Block a user