diff --git a/templates/CRM/Contact/Form/Edit/TagsAndGroups.tpl b/templates/CRM/Contact/Form/Edit/TagsAndGroups.tpl index 211a07897150..29e10947b221 100644 --- a/templates/CRM/Contact/Form/Edit/TagsAndGroups.tpl +++ b/templates/CRM/Contact/Form/Edit/TagsAndGroups.tpl @@ -14,17 +14,18 @@ {/if} - {if $form.tag} - - {/if} + {/if} + {if $context NEQ 'profile'} + {include file="CRM/common/Tagset.tpl"} + {/if} + + {if $form.group}
+ + {if $form.tag}
{if !empty($title)}{$form.tag.label}
{/if} {$form.tag.html}
- {if $context NEQ 'profile'} - {include file="CRM/common/Tagset.tpl"} - {/if} -
{if $groupElementType eq 'select'}