-
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.
Merge pull request #4414 from magfest/fix-magdev1336
Update STOPS email
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{{ attendee.first_name }}, | ||
|
||
Thanks for preregistering for {{ c.EVENT_NAME }}! You checked a box on your registration form which indicated that you were interested in volunteering, and the deadline for signing up for shifts is coming up. If you'd still like to help, you can sign up for shifts until {{ c.UBER_TAKEDOWN|datetime_local }} by logging in at {{ c.URL_BASE }}/staffing/login?first_name={{ attendee.first_name|urlencode }}&last_name={{ attendee.last_name|urlencode }}&email={{ attendee.email|urlencode }}&zip_code={{ attendee.zip_code|urlencode }} | ||
Thanks for preregistering for {{ c.EVENT_NAME }}! You checked a box on your registration form which indicated that you were interested in volunteering, and {% if c.UBER_TAKEDOWN < c.EPOCH %}the deadline for signing up for shifts is coming up{% else %}{{ c.EVENT_NAME }} is rapidly approaching{% endif %}. If you'd still like to help, you can sign up for shifts {{ ('until ' ~ c.UBER_TAKEDOWN|datetime_local) if c.UBER_TAKEDOWN < c.EPOCH else 'anytime' }} by logging in at {{ c.URL_BASE }}/staffing/login?first_name={{ attendee.first_name|urlencode }}&last_name={{ attendee.last_name|urlencode }}&email={{ attendee.email|urlencode }}&zip_code={{ attendee.zip_code|urlencode }} | ||
|
||
It's fine if you decide not to volunteer; if you change your mind after the deadline, just come see us in Staffing Ops at {{ c.EVENT_NAME }} and we'll let you know what shifts are still available. | ||
It's fine if you decide not to volunteer; you have until {{ c.DROP_SHIFTS_DEADLINE.astimezone(c.EVENT_TIMEZONE).strftime('%B %-e') }} to drop any shifts you signed up for. Otherwise, please contact STOPS at {{ c.STAFF_EMAIL|email_only }}.{% if c.UBER_TAKEDOWN < c.EPOCH %} If you missed the deadline for signing up for shifts, come see us in Staffing Ops at {{ c.EVENT_NAME }} and we'll let you know what shifts are still available.{% endif %} | ||
|
||
{{ c.STOPS_EMAIL_SIGNATURE }} |