Fix condition in profile form template for not showing selector field for default profile
This commit is contained in:
parent
a0b2879b69
commit
75676d42eb
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
</tr>
|
||||
|
||||
<tr class="crm-section">
|
||||
{if not $form.is_default}
|
||||
{if not $is_default}
|
||||
<td class="label">{$form.selector.label}
|
||||
<a
|
||||
onclick='
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue