diff --git a/scipost_django/edadmin/views/preassignment.py b/scipost_django/edadmin/views/preassignment.py index a6e76cb2e426eb5edb2fc764ab57379d0285aaad..1f441db1ea807cca5b31812754017ebe8924c419 100644 --- a/scipost_django/edadmin/views/preassignment.py +++ b/scipost_django/edadmin/views/preassignment.py @@ -173,7 +173,7 @@ def _hx_submission_preassignment_decision(request, identifier_w_vn_nr): submission=submission, comments_for_authors=form.cleaned_data["comments_for_authors"], ) - mail_util.send_mail() + mail_util.send_mail() submission.refresh_from_db() response = HttpResponse() # trigger refresh of pool listing