diff options
author | Sashi20 | 2019-09-03 15:38:47 +0530 |
---|---|---|
committer | GitHub | 2019-09-03 15:38:47 +0530 |
commit | 463e9487c6ee11146a6a8fb3689650af663dfe51 (patch) | |
tree | ae54d42aeba719e5c5f92eb0969b67b759c295da /website/send_mails.py | |
parent | d0ff5d11f935ba5217c1be6357d44891b6e22b3c (diff) | |
parent | ba6097725b5154390e85a0f627b4014f95d6f3fa (diff) | |
download | SciPy2019-463e9487c6ee11146a6a8fb3689650af663dfe51.tar.gz SciPy2019-463e9487c6ee11146a6a8fb3689650af663dfe51.tar.bz2 SciPy2019-463e9487c6ee11146a6a8fb3689650af663dfe51.zip |
Merge pull request #3 from Sashi20/development
Add images and modify cfp templates
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, |