-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates the Rock Island FAQ and moves the Rock Island emails to the main plugin.
- Loading branch information
Showing
5 changed files
with
1 addition
and
31 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 |
---|---|---|
|
@@ -80,20 +80,6 @@ def __init__(self, event): | |
needs_approval=True, | ||
sender='MAGFest LAN <[email protected]>') | ||
|
||
AutomatedEmailFixture( | ||
GuestGroup, f'Sign up to sell merch at {c.EVENT_NAME} Rock Island', 'guests/rock_island_merch_reminder.txt', | ||
lambda g: g.group_type == c.ROCK_ISLAND and not g.merch, | ||
ident='magprime_ri_merch_reminder', | ||
when=days_before(7, c.ROCK_ISLAND_MERCH_DEADLINE), | ||
sender='MAGFest Rock Island <[email protected]>') | ||
|
||
AutomatedEmailFixture( | ||
GuestGroup, f'Last change to fill out your {c.EVENT_NAME} Rock Island Inventory', 'guests/rock_island_inventory_reminder.txt', | ||
lambda g: g.group_type == c.ROCK_ISLAND and g.merch and g.merch.selling_merch == c.ROCK_ISLAND, | ||
ident='magprime_ri_inventory_reminder', | ||
when=days_before(7, c.ROCK_ISLAND_DEADLINE), | ||
sender='MAGFest Rock Island <[email protected]>') | ||
|
||
MarketplaceEmailFixture( | ||
'Your {} {} has been waitlisted'.format(c.EVENT_NAME, c.DEALER_APP_TERM.capitalize()), | ||
'dealers/waitlisted.txt', | ||
|
Binary file not shown.
8 changes: 0 additions & 8 deletions
8
magprime/templates/emails/guests/rock_island_inventory_reminder.txt
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
magprime/templates/emails/guests/rock_island_merch_reminder.txt
This file was deleted.
Oops, something went wrong.