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

Commit 92546a0

Browse files
authored
New submission accepted email type (#4)
1 parent a8b61d0 commit 92546a0

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
@@ -4,6 +4,7 @@
44
class EmailTemplate(str, Enum):
55
RESET_PASSWORD = "reset-password"
66
NEW_COMMENT_ON_SUBMISSION = "new-comment-on-submission"
7+
SUBMISSION_ACCEPTED = "submission-accepted"
78

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

0 commit comments

Comments
 (0)