summaryrefslogtreecommitdiff
path: root/website/views.py
diff options
context:
space:
mode:
authorSashi202018-09-24 12:03:52 +0530
committerGitHub2018-09-24 12:03:52 +0530
commit410a101a020b421c76c178fe295e0e1769bfefd7 (patch)
tree15c1e2bcdf88a6ba18c9bc0131aaf571f94b3c8d /website/views.py
parent53f05ddfda3f8ae7402f9b2d157f05d259bd437a (diff)
parent93547abe1ec141ad6fdb19ec080b44828dd7986e (diff)
downloadnccps-2018-410a101a020b421c76c178fe295e0e1769bfefd7.tar.gz
nccps-2018-410a101a020b421c76c178fe295e0e1769bfefd7.tar.bz2
nccps-2018-410a101a020b421c76c178fe295e0e1769bfefd7.zip
Merge pull request #11 from Sashi20/master
Modified links for forgot password and added BCC email in paper submi…
Diffstat (limited to 'website/views.py')
-rw-r--r--website/views.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/website/views.py b/website/views.py
index 71c8f8f..3238837 100644
--- a/website/views.py
+++ b/website/views.py
@@ -224,11 +224,11 @@ def submitcfp(request):
sender_name = "NCCPS 2018"
sender_email = TO_EMAIL
subject = "NCCPS 2018 – Paper Submission Acknowledgement "
- to = (social_user.email, TO_EMAIL)
+ to = (social_user.email, TO_EMAIL, BCC_EMAIL)
message = """
Dear {0}, <br><br>
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
+ 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 the status of your submission.