From 75676d42ebbd5c301f03a18860ecb235ab16fa6c Mon Sep 17 00:00:00 2001 From: Jens Schuppe Date: Thu, 6 Jun 2024 11:01:56 +0200 Subject: [PATCH] Fix condition in profile form template for not showing selector field for default profile --- templates/CRM/Twingle/Form/Profile.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/Twingle/Form/Profile.tpl b/templates/CRM/Twingle/Form/Profile.tpl index df54418..a090abd 100644 --- a/templates/CRM/Twingle/Form/Profile.tpl +++ b/templates/CRM/Twingle/Form/Profile.tpl @@ -28,7 +28,7 @@ - {if not $form.is_default} + {if not $is_default} {$form.selector.label}