From 77e75b9ae36113be2b4cd76ce2bdc662531989c1 Mon Sep 17 00:00:00 2001 From: Jon Goldberg Date: Tue, 6 Dec 2022 18:36:37 -0500 Subject: [PATCH] remove unused template vars from Profile Form --- templates/CRM/Profile/Form/Dynamic.tpl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/templates/CRM/Profile/Form/Dynamic.tpl b/templates/CRM/Profile/Form/Dynamic.tpl index 42c06efd44..c9c8c5879e 100644 --- a/templates/CRM/Profile/Form/Dynamic.tpl +++ b/templates/CRM/Profile/Form/Dynamic.tpl @@ -44,9 +44,6 @@ {include file="CRM/Form/body.tpl"} {/if} {strip} - {if $help_pre && $action neq 4} -
{$help_pre}
- {/if} {include file="CRM/common/CMSUser.tpl"} @@ -215,7 +212,6 @@ {/if} {/if} - {if $help_post && $action neq 4}
{$help_post}
{/if} {/strip} {* end crm-container div *} -- 2.25.1