Correct email addresses for copyright assignment form.
This commit is contained in:
parent
f0e7f5736c
commit
cf36479427
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@ class AssignmentCreateView(CreateView):
|
||||||
send_mail(
|
send_mail(
|
||||||
'Copyright assignment form: {}'.format(form.cleaned_data['full_name']),
|
'Copyright assignment form: {}'.format(form.cleaned_data['full_name']),
|
||||||
body,
|
body,
|
||||||
'ben@sturm.com.au',
|
'copyright-assignment@sfconservancy.org',
|
||||||
['denver@sfconservancy.org', 'bsturmfels@sfconservancy.org'],
|
['copyright-assignment@sfconservancy.org', 'copyright-agent@sfconservancy.org'],
|
||||||
)
|
)
|
||||||
return super().form_valid(form)
|
return super().form_valid(form)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue