From 7fa999530d7f4a99dd8db8c79b17c2eaea520aba Mon Sep 17 00:00:00 2001 From: Victoria Earl Date: Fri, 11 Oct 2024 17:42:59 -0400 Subject: [PATCH] Fix Rock Island intro email For some reason this didn't show up for me on my local system -- hopefully this fix will actually work. --- uber/templates/emails/guests/rock_island_intro.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uber/templates/emails/guests/rock_island_intro.txt b/uber/templates/emails/guests/rock_island_intro.txt index d19032efd..4000eda3d 100644 --- a/uber/templates/emails/guests/rock_island_intro.txt +++ b/uber/templates/emails/guests/rock_island_intro.txt @@ -2,7 +2,7 @@ {{ c.EVENT_NAME }} encourages performers to sell their merchandise through "Rock Island," where our volunteers sell your merchandise at a booth which is staffed throughout the event. We need you to tell us whether you intend to sell merch at Rock Island by filling out the form at {{ c.URL_BASE }}/guests/merch?guest_id={{ guest.id }} -You must tell us whether you intend to sell merch at Rock Island by {{ g.deadline_from_model('merch')|datetime_local }}. If you do intend to sell merch, you must also input your inventory by {{ c.ROCK_ISLAND_DEADLINE|datetime_local }}. Failure to submit this information on time may result in forfeiture of the opportunity to sell merchandise at Rock Island. +You must tell us whether you intend to sell merch at Rock Island by {{ guest.deadline_from_model('merch')|datetime_local }}. If you do intend to sell merch, you must also input your inventory by {{ c.ROCK_ISLAND_DEADLINE|datetime_local }}. Failure to submit this information on time may result in forfeiture of the opportunity to sell merchandise at Rock Island. - Rock Island rockisland@magfest.org \ No newline at end of file