Skip to content
This repository was archived by the owner on Jun 9, 2024. It is now read-only.

Commit 72ea870

Browse files
authored
Speaker voucher code email template (#8)
1 parent 1190cf9 commit 72ea870

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pythonit_toolkit/emails/templates.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ class EmailTemplate(str, Enum):
77
SUBMISSION_ACCEPTED = "submission-accepted"
88
NEW_SCHEDULE_INVITATION_ANSWER = "new-schedule-invitation-answer"
99
SUBMISSION_SCHEDULE_TIME_CHANGED = "submission-schedule-time-change"
10+
SPEAKER_VOUCHER_CODE = "speaker-voucher-code"
1011

1112
def __str__(self) -> str:
1213
return str.__str__(self)

0 commit comments

Comments
 (0)