temp(badges): comment out pronouns and lead scanning for Axonius 2026
Lead scanning was canceled last-minute; pronouns not on this badge template. Both blocks left in source with AXONIUS 2026 markers for easy restoration. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1314,7 +1314,8 @@ let allow_tracking_open = $derived(
|
||||
{/if}<!-- field_shown: location -->
|
||||
|
||||
<!-- === ALLOW TRACKING (Lead Scanning) === -->
|
||||
{#if field_shown('allow_tracking')}
|
||||
<!-- AXONIUS 2026: Lead scanning canceled — commented out temporarily -->
|
||||
<!-- {#if field_shown('allow_tracking')} -->
|
||||
<div
|
||||
class="field-card overflow-hidden rounded-lg"
|
||||
class:field-card--active={active_field ===
|
||||
@@ -1454,10 +1455,11 @@ let allow_tracking_open = $derived(
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{/if}<!-- field_shown: allow_tracking -->
|
||||
<!-- {/if} --><!-- field_shown: allow_tracking -->
|
||||
|
||||
<!-- === PRONOUNS === -->
|
||||
{#if field_shown('pronouns')}
|
||||
<!-- AXONIUS 2026: not on this badge template — commented out temporarily -->
|
||||
<!-- {#if field_shown('pronouns')} -->
|
||||
<div
|
||||
class="field-card overflow-hidden rounded-lg"
|
||||
class:field-card--active={active_field === 'pronouns'}>
|
||||
@@ -1529,7 +1531,7 @@ let allow_tracking_open = $derived(
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{/if}<!-- field_shown: pronouns -->
|
||||
<!-- {/if} --><!-- field_shown: pronouns -->
|
||||
</div>
|
||||
<!-- ctrl-accordion-inner attendee -->
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user