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

Commit 2234c35

Browse files
authored
Add new schedule invitation answer template (#5)
1 parent 5293571 commit 2234c35

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
@@ -5,6 +5,7 @@ class EmailTemplate(str, Enum):
55
RESET_PASSWORD = "reset-password"
66
NEW_COMMENT_ON_SUBMISSION = "new-comment-on-submission"
77
SUBMISSION_ACCEPTED = "submission-accepted"
8+
NEW_SCHEDULE_INVITATION_ANSWER = "new-schedule-invitation-answer"
89

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

0 commit comments

Comments
 (0)