Custom subject and body
This commit is contained in:
parent
0824b1120b
commit
6768b78c6f
4 changed files with 42 additions and 13 deletions
|
|
@ -26,6 +26,8 @@ class EventExtra(BaseModel):
|
|||
min_tickets: int = 1
|
||||
email_notifications: bool = False
|
||||
nostr_notifications: bool = False
|
||||
notification_subject: str = ""
|
||||
notification_body: str = ""
|
||||
|
||||
|
||||
class CreateEvent(BaseModel):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue