From ba6097725b5154390e85a0f627b4014f95d6f3fa Mon Sep 17 00:00:00 2001 From: Sashi20 Date: Tue, 3 Sep 2019 11:05:29 +0530 Subject: Modify cfp template and proposal submission interface --- website/send_mails.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'website/send_mails.py') 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, -- cgit