Skip to content

Commit

Permalink
Update Rock Island for Super 2025
Browse files Browse the repository at this point in the history
Updates the Rock Island FAQ and moves the Rock Island emails to the main plugin.
  • Loading branch information
kitsuta committed Oct 11, 2024
1 parent c4879bd commit 42f0c82
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 31 deletions.
2 changes: 1 addition & 1 deletion magprime/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def season_passes(self):
# magfest prime no longer uses one-day badges, so remove it.
from uber.site_sections.badge_exports import Root as _badge_exports
_badge_exports.badge_zipfile_contents = \
[fn for fn in _badge_exports.badge_zipfile_contents if fn.__name__ is not 'printed_badges_one_day']
[fn for fn in _badge_exports.badge_zipfile_contents if fn.__name__ != 'printed_badges_one_day']

static_overrides(join(config['module_root'], 'static'))
template_overrides(join(config['module_root'], 'templates'))
Expand Down
14 changes: 0 additions & 14 deletions magprime/automated_emails.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
Binary file modified magprime/static/RockIsland.pdf
Binary file not shown.

This file was deleted.

This file was deleted.

0 comments on commit 42f0c82

Please sign in to comment.