diff options
Diffstat (limited to 'website/send_mails.py')
-rw-r--r-- | website/send_mails.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/send_mails.py b/website/send_mails.py index 997b9f5..eb4e25b 100644 --- a/website/send_mails.py +++ b/website/send_mails.py @@ -115,7 +115,7 @@ def send_email(request, call_on, You can now proceed to submit a paper/workshop for the conference. In case of queries regarding submitting a proposal, - revert to this email.""".format(PRODUCTION_URL, key)) + revert to this email.""".format(settings.PRODUCTION_URL, key)) try: send_mail( "User Registration - SciPy India 2018, FOSSEE, IIT Bombay", message, SENDER_EMAIL, |