From 0f977c31a390436cf19eb5a78c4ebbb1de845d79 Mon Sep 17 00:00:00 2001
From: Sashi20
Date: Wed, 19 Sep 2018 12:36:54 +0530
Subject: Modified email template for paper submission acknowledgement
---
website/views.py | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
(limited to 'website/views.py')
diff --git a/website/views.py b/website/views.py
index 95c0808..71c8f8f 100644
--- a/website/views.py
+++ b/website/views.py
@@ -223,14 +223,16 @@ def submitcfp(request):
context['proposal_submit'] = True
sender_name = "NCCPS 2018"
sender_email = TO_EMAIL
- subject = "NCCPS 2018 – Talk Proposal Submission Acknowledgment"
+ subject = "NCCPS 2018 – Paper Submission Acknowledgement "
to = (social_user.email, TO_EMAIL)
message = """
Dear {0},
- Thank you for showing interest & submitting a paper proposal at NCCPS 2018 conference for the paper titled “{1}”. Reviewal of the proposals will start once the CFP closes.
-
You will be notified regarding comments/selection/rejection of your paper via email.
- Visit this {2} link to view status of your submission.
-
Thank You !
Regards,
NCCPS 2018,
FOSSEE - IIT Bombay.
+ Thank you for showing interest & submitting a paper proposal at NCCPS-2018
+ for the paper titled “test title paper”. Reviewal of the proposals will start
+ once the CFP closes.
+ You will be notified regarding comments/selection/rejection of your paper via email.
+ Visit this {2} link to view the status of your submission.
+
Thank You.
Regards,
NCCPS 2018,
FOSSEE - IIT Bombay.
""".format(
social_user.first_name,
request.POST.get('title', None),
--
cgit