Changes for CHOW deadline
This commit is contained in:
@@ -491,6 +491,7 @@ function generate_guest_list_csv(ae_obj_li) {
|
||||
<section
|
||||
class="flex flex-col items-center space-y-2"
|
||||
>
|
||||
{#if $ae_loc.trusted_access}
|
||||
<button
|
||||
class="btn variant-ghost-primary"
|
||||
on:click={() => {
|
||||
@@ -506,6 +507,11 @@ function generate_guest_list_csv(ae_obj_li) {
|
||||
<span class="fas fa-edit mx-1"></span>
|
||||
Start Sponsor Submission Form
|
||||
</button>
|
||||
{:else}
|
||||
<div class="text-center m-4">
|
||||
The CHOW 2024 sponsor Hub has closed. If you have changes to your gala RSVP list please email Laurie VanBenschoten, <a href="mailto:lvanbenschoten@marinesanctuary.org" class="text-blue-500">lvanbenschoten@marinesanctuary.org</a>, AND Erin Quigg, <a href="mailto:erinq@preconevents.com" class="text-blue-500">erinq@preconevents.com</a>.
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
|
||||
{#if $ae_loc.trusted_access}
|
||||
|
||||
@@ -264,6 +264,7 @@ $: if (testing) {
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
{#if $ae_loc.trusted_access}
|
||||
<button
|
||||
class="btn variant-ghost-primary w-96"
|
||||
on:click={() => {
|
||||
@@ -300,6 +301,13 @@ $: if (testing) {
|
||||
Start Sponsor Submission Form
|
||||
</button>
|
||||
{/if}
|
||||
|
||||
{:else}
|
||||
<div class="text-center m-4">
|
||||
The CHOW 2024 sponsor Hub has closed. If you have changes to your gala RSVP list please email Laurie VanBenschoten, <a href="mailto:lvanbenschoten@marinesanctuary.org" class="text-blue-500">lvanbenschoten@marinesanctuary.org</a>, AND Erin Quigg, <a href="mailto:erinq@preconevents.com" class="text-blue-500">erinq@preconevents.com</a>.
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user