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

Commit 79fa6a1

Browse files
authored
New email template for schedule time change (#7)
1 parent 4823a9c commit 79fa6a1

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
@@ -6,6 +6,7 @@ class EmailTemplate(str, Enum):
66
NEW_COMMENT_ON_SUBMISSION = "new-comment-on-submission"
77
SUBMISSION_ACCEPTED = "submission-accepted"
88
NEW_SCHEDULE_INVITATION_ANSWER = "new-schedule-invitation-answer"
9+
SUBMISSION_SCHEDULE_TIME_CHANGED = "submission-schedule-time-change"
910

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

0 commit comments

Comments
 (0)