X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/6956183cd566dd83640e0824e613f9e2baf4c184..497f18297d675a7a4a5ecd0824f70f066388cb9e:/contact/forms.py diff --git a/contact/forms.py b/contact/forms.py index 132549e..fb60b9b 100644 --- a/contact/forms.py +++ b/contact/forms.py @@ -107,7 +107,7 @@ class ContactForm(forms.Form): 'contact/mail_body.txt', ], dictionary, context) send_mail(mail_subject, mail_body, - 'no-reply@%s' % site.domain, + 'no-reply@nowoczesnapolska.org.pl', [contact.contact], fail_silently=True) if self.mailing_field and self.cleaned_data[self.mailing_field]: