Skip to content

Commit

Permalink
Remove dealer waitlist exhausted email
Browse files Browse the repository at this point in the history
We now handle this in our badge conversion stuff elsewhere.
  • Loading branch information
kitsuta committed Jan 15, 2024
1 parent d5225cd commit c45b0bb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
5 changes: 0 additions & 5 deletions magprime/automated_emails.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,3 @@ def __init__(self, event):
sender='MAGFest Merch Team <[email protected]>',
ident='magprime_shirt_size_confirmation')

AutomatedEmailFixture(
Attendee, 'MAGFest Dealer waitlist has been exhausted', 'dealer_waitlist_exhausted.txt',
lambda a: 'automatically converted to unpaid discounted badge from a dealer application' in a.admin_notes,
sender=c.MARKETPLACE_EMAIL,
ident='magprime_marketplace_waitlist_exhausted')
9 changes: 0 additions & 9 deletions magprime/templates/emails/dealer_waitlist_exhausted.txt

This file was deleted.

0 comments on commit c45b0bb

Please sign in to comment.