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

Commit ad1eff5

Browse files
committed
Add new template for emails
1 parent 7f0bd98 commit ad1eff5

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
@@ -3,6 +3,7 @@
33

44
class EmailTemplate(str, Enum):
55
RESET_PASSWORD = "reset-password"
6+
NEW_COMMENT_ON_SUBMISSION = "new-comment-on-submission"
67

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

0 commit comments

Comments
 (0)