summaryrefslogtreecommitdiff
path: root/website
diff options
context:
space:
mode:
authorFOSSEE Git User2018-09-26 19:32:10 +0530
committerFOSSEE Git User2018-09-26 19:32:10 +0530
commit97bdad14f9a60e6df0d0bb32f3f8c1c67546d520 (patch)
treee2986253db58581d58aa3b870843b82926702b22 /website
parent1cbca2170cbff08f908ff99c3cb2f4db292eeae8 (diff)
parentff10b111ec056b9259f74af4fc3ed7cd7ae9d136 (diff)
downloadnccps-2018-97bdad14f9a60e6df0d0bb32f3f8c1c67546d520.tar.gz
nccps-2018-97bdad14f9a60e6df0d0bb32f3f8c1c67546d520.tar.bz2
nccps-2018-97bdad14f9a60e6df0d0bb32f3f8c1c67546d520.zip
Merge branch 'master' of https://github.com/FOSSEE/nccps-2018
Diffstat (limited to 'website')
-rw-r--r--website/views.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/website/views.py b/website/views.py
index e545b53..784157d 100644
--- a/website/views.py
+++ b/website/views.py
@@ -228,7 +228,7 @@ def submitcfp(request):
message = """
Dear {0}, <br><br>
Thank you for showing interest & submitting a paper proposal at NCCPS-2018
- for the paper titled {1}. Reviewal of the proposals will start
+ for the paper titled "<b>{1}</b>". 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.
@@ -236,7 +236,7 @@ def submitcfp(request):
""".format(
social_user.first_name,
request.POST.get('title', None),
- 'http://dwsim.fossee.in/nccps-2018/view-abstracts/',)
+ 'https://dwsim.fossee.in/nccps-2018/view-abstracts/',)
email = EmailMultiAlternatives(
subject, '',
sender_email, to,
@@ -291,7 +291,7 @@ def submitcfw(request):
""".format(
social_user.first_name,
request.POST.get('title', None),
- 'http://dwsim.fossee.in/nccps-2018/view-abstracts/',)
+ 'https://dwsim.fossee.in/nccps-2018/view-abstracts/',)
email = EmailMultiAlternatives(
subject, '',
sender_email, to,