diff options
author | Sashi20 | 2018-10-23 16:47:11 +0530 |
---|---|---|
committer | GitHub | 2018-10-23 16:47:11 +0530 |
commit | d4ba84f1ef0d74ef5878f7590fde56444b01d438 (patch) | |
tree | ff00756b558f39d19b75acd7d5d8eaf1ee33043a | |
parent | 4c6c6c7903bdbb7b953bdab454c430da71cbb97e (diff) | |
parent | d62f8c5a88ac99db3f92fe9014bf0f389512d857 (diff) | |
download | nccps-2018-d4ba84f1ef0d74ef5878f7590fde56444b01d438.tar.gz nccps-2018-d4ba84f1ef0d74ef5878f7590fde56444b01d438.tar.bz2 nccps-2018-d4ba84f1ef0d74ef5878f7590fde56444b01d438.zip |
Merge pull request #44 from Sashi20/master
Modified subject line for proposal rejection
-rw-r--r-- | website/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/views.py b/website/views.py index c0f1c54..35686e7 100644 --- a/website/views.py +++ b/website/views.py @@ -764,7 +764,7 @@ We strongly suggest that you try to plan your workshops carefully and focus on d sender_email = TO_EMAIL to = (proposal.user.email, TO_EMAIL) if proposal.proposal_type == 'PAPER': - subject = "NCCPS 2018 - Paper Proposal Rejected" + subject = "NCCPS 2018 - Paper proposal result" message = """ Dear {0}, <br><br> We are thankful for your submission and patience. |