X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Fcontactview.py;h=caee44a49d794522d5fb022c69f7786e03fa02af;hb=07a479f9f7899e0be3a7694bb9bc8cd2a4b4bb00;hp=918385f56c70e81b5ae0de47b1d3512a468f2baf;hpb=dc0c3cef4b19067ee34234f295d8e96649add6f5;p=myslice.git diff --git a/portal/contactview.py b/portal/contactview.py index 918385f5..caee44a4 100644 --- a/portal/contactview.py +++ b/portal/contactview.py @@ -20,12 +20,12 @@ class ContactView (FreeAccessView): last_name = form.cleaned_data['last_name'] authority = form.cleaned_data['authority'] subject = form.cleaned_data['subject'] - message = form.cleaned_data['message'] + description = form.cleaned_data['description'] email = form.cleaned_data['email'] # email of the sender 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)