-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update guest checklist reminder email
Updates the deadline shown in the reminder email, and always shows that deadline. Requested via Slack.
- Loading branch information
Showing
2 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 you’ve | ||
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 |