added indiatheatreforum@gmail.com email address to contact form
This commit is contained in:
parent
1c80b5be5f
commit
36f6068f6e
|
@ -22,7 +22,7 @@ class ContactForm(forms.Form):
|
|||
name = self.cleaned_data['name']
|
||||
message = self.cleaned_data['message']
|
||||
message_body = '%s wrote: \n\n %s' % (name, message,)
|
||||
recipients = ['sanjaybhangar@gmail.com']
|
||||
recipients = ['sanjaybhangar@gmail.com', 'indiatheatreforum@gmail.com']
|
||||
send_mail(fail_silently=fail_silently, from_email=email, message=message_body, recipient_list=recipients, subject="Contact on theatreforum.in")
|
||||
|
||||
'''
|
||||
|
|
Loading…
Reference in New Issue
Block a user