Changeset - cf3647942768
[Not reviewed]
0 1 0
Bradley M. Kuhn - 22 months ago 2022-05-02 15:23:24
bkuhn@sfconservancy.org
Correct email addresses for copyright assignment form.
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
www/conservancy/apps/assignment/views.py
Show inline comments
...
 
@@ -18,8 +18,8 @@ class AssignmentCreateView(CreateView):
 
        send_mail(
 
            'Copyright assignment form: {}'.format(form.cleaned_data['full_name']),
 
            body,
 
            'ben@sturm.com.au',
 
            ['denver@sfconservancy.org', 'bsturmfels@sfconservancy.org'],
 
            'copyright-assignment@sfconservancy.org',
 
            ['copyright-assignment@sfconservancy.org', 'copyright-agent@sfconservancy.org'],
 
        )
 
        return super().form_valid(form)
 

	
0 comments (0 inline, 0 general)