diff --git a/templates/CRM/Contact/Form/Edit/Website.tpl b/templates/CRM/Contact/Form/Edit/Website.tpl index e810a3d6fb9c..2a3b2e7f20d8 100644 --- a/templates/CRM/Contact/Form/Edit/Website.tpl +++ b/templates/CRM/Contact/Form/Edit/Website.tpl @@ -41,7 +41,9 @@ {$form.website.$blockId.url.html|crmAddClass:url}  {$form.website.$blockId.website_type_id.html} - {ts}delete{/ts} + {if $blockId gt 1} + {ts}delete{/ts} + {/if} {if !$addBlock} @@ -50,4 +52,3 @@ {/if} - diff --git a/templates/CRM/Contact/Form/Inline/Website.tpl b/templates/CRM/Contact/Form/Inline/Website.tpl index 8057d46ddde4..ccd6e4aa043f 100644 --- a/templates/CRM/Contact/Form/Inline/Website.tpl +++ b/templates/CRM/Contact/Form/Inline/Website.tpl @@ -50,7 +50,9 @@ {$form.website.$blockId.url.html|crmAddClass:url}  {$form.website.$blockId.website_type_id.html} - + {if $blockId gt 1} + + {/if} {/section}