Skip to content

Commit

Permalink
Update guest checklist reminder email
Browse files Browse the repository at this point in the history
Updates the deadline shown in the reminder email, and always shows that deadline. Requested via Slack.
  • Loading branch information
kitsuta committed Dec 17, 2024
1 parent 033c1f8 commit 995bf7e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions uber/configspec.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1210,6 +1210,7 @@ band_stage_plot_deadline = string(default="2016-02-07")
guest_bio_deadline = string(default="2017-10-15")
guest_info_deadline = string(default="2017-11-01")
rock_island_deadline = string(default="2017-11-30")
guest_travel_plans_deadline = string(default="2017-11-01")

__many__ = string

Expand Down
6 changes: 3 additions & 3 deletions uber/templates/emails/guests/guest_checklist_reminder.html
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Hello {{ guest.group.name }}!

<br/><br/>Friendly reminder to please make sure you complete your Guest Checklist
with all the info about you and your group, panels, events, and plans. If youve
with all the info about you and your group, panels, events, and plans. If you've
already filled in all your info, thank you!

<br/><br/>You can get to your checklist from this link:
<a href="{{ c.URL_BASE }}/guests/index?id={{ guest.id }}" target="_blank">{{ c.URL_BASE }}/guests/index?id={{ guest.id }}</a>

{% if c.BEFORE_GUEST_BIO_DEADLINE %}<br/><br/>Please remember that <strong>the deadline to complete the checklist is {{ c.GUEST_TAXES_DEADLINE|datetime_local }}</strong>.{% endif %}
<br/><br/>Please remember that <strong>the deadline to complete the checklist is {{ c.GUEST_TRAVEL_PLANS_DEADLINE|datetime_local }}</strong>.

<br/><br/>If you have any questions or run into any snags, hit us up at {{ c.GUEST_EMAIL|email_only }}.

<br/><br/>Thanks a bunch!
<br/>-The Guests & MAGMoves Crews
<br/>-The Guests & MAGMoves Crews

0 comments on commit 995bf7e

Please sign in to comment.