X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=blobdiff_plain;f=portal%2Fcontactview.py;h=caee44a49d794522d5fb022c69f7786e03fa02af;hp=f1422fff06ef4fe31d8132b4b76f81bb32cf2737;hb=07a479f9f7899e0be3a7694bb9bc8cd2a4b4bb00;hpb=eb1e290439ad9dd7947766462d2138073d84c759 diff --git a/portal/contactview.py b/portal/contactview.py index f1422fff..caee44a4 100644 --- a/portal/contactview.py +++ b/portal/contactview.py @@ -25,7 +25,7 @@ class ContactView (FreeAccessView): cc_myself = form.cleaned_data['cc_myself'] #recipients = authority_get_pi_emails(authority_hrn) - recipients = ['yasin.upmc@gmail.com', 'thierry.parmentelat@inria.fr', ] + recipients = ['support@myslice.info' ] if cc_myself: recipients.append(email)