mirror of
https://github.com/lucaspalomodevelop/eventcally.git
synced 2026-03-13 00:07:22 +00:00
Fix send mail async in admin #515
This commit is contained in:
parent
c0bdb454f5
commit
72c920d707
@ -173,7 +173,7 @@ def send_mails(recipients, subject, template, **context):
|
||||
|
||||
|
||||
def send_mail_async(recipient, subject, template, **context):
|
||||
send_mails_async([recipient], subject, template, **context)
|
||||
return send_mails_async([recipient], subject, template, **context)
|
||||
|
||||
|
||||
def send_mails_async(recipients, subject, template, **context):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user