UPD: adjusted wording to the new status workflow.
This commit is contained in:
@@ -15,7 +15,7 @@ def notify_submitted_event(sender, **kwargs):
|
||||
app_config = apps.get_containing_app_config(__package__)
|
||||
if app_config.settings.enable_email_notifications:
|
||||
if event.owner.email:
|
||||
email = emails.NewEventMail(recipient=event.owner, event=event)
|
||||
email = emails.EventSubmittedMail(recipient=event.owner, event=event)
|
||||
email.send()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user