From 2faf84e251a46053b291e129bf98ede9d361c9c0 Mon Sep 17 00:00:00 2001 From: Victoria Earl Date: Sat, 23 Nov 2024 09:15:13 +0100 Subject: [PATCH] Update help text for Rock Island merch step Requested via Slack. --- uber/templates/guest_checklist/merch_deadline.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uber/templates/guest_checklist/merch_deadline.html b/uber/templates/guest_checklist/merch_deadline.html index a8f430fac..da21da9ea 100644 --- a/uber/templates/guest_checklist/merch_deadline.html +++ b/uber/templates/guest_checklist/merch_deadline.html @@ -292,7 +292,7 @@

Extra Info

{{ macros.form_group(guest_merch, 'arrival_plans', label="Arrival Plans", type='textarea', is_required=True, help="Please tell us your estimated arrival to Rock Island to check in your inventory.") }} {{ macros.form_group(guest_merch, 'merch_events', label="Performance Dates/Times", type='textarea', - help="Please tell us any signings/panels/shows you are a part of and that you would like us to be at in order to sell your merch.") }} + help="Please tell us any signings/panels/shows you are a part of and that you would like us to be at in order to sell your merch (subject to staff approval and availability).") }} {{ macros.form_group(guest_merch, 'extra_info', type='textarea', label='Anything else?', placeholder='Anything else we might need to know?', is_required=False) }}