mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 05:22:16 +00:00
Allow confirmation emails to fail without blocking the interface
This commit is contained in:
@@ -85,8 +85,8 @@ def send_eventauthorisation_success_email(instance):
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Now we have both emails successfully generated, send them out
|
# Now we have both emails successfully generated, send them out
|
||||||
client_email.send()
|
client_email.send(fail_silently=True)
|
||||||
mic_email.send()
|
mic_email.send(fail_silently=True)
|
||||||
|
|
||||||
|
|
||||||
def on_revision_commit(instances, **kwargs):
|
def on_revision_commit(instances, **kwargs):
|
||||||
|
|||||||
Reference in New Issue
Block a user