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

Commit bb3a9bd

Browse files
authored
Add new speaker comm email template (#11)
1 parent 1e120e7 commit bb3a9bd

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
@@ -8,6 +8,7 @@ class EmailTemplate(str, Enum):
88
NEW_SCHEDULE_INVITATION_ANSWER = "new-schedule-invitation-answer"
99
SUBMISSION_SCHEDULE_TIME_CHANGED = "submission-schedule-time-change"
1010
SPEAKER_VOUCHER_CODE = "speaker-voucher-code"
11+
SPEAKER_COMMUNICATION = "speaker-communication"
1112

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

0 commit comments

Comments
 (0)