summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static/website/bootstrap-css/assets/images/backgrounds/top_2.pngbin80729 -> 74986 bytes
-rw-r--r--static/website/templates/proposal.html2
-rw-r--r--website/views.py6
3 files changed, 4 insertions, 4 deletions
diff --git a/static/website/bootstrap-css/assets/images/backgrounds/top_2.png b/static/website/bootstrap-css/assets/images/backgrounds/top_2.png
index d7bf07d..3f1897c 100644
--- a/static/website/bootstrap-css/assets/images/backgrounds/top_2.png
+++ b/static/website/bootstrap-css/assets/images/backgrounds/top_2.png
Binary files differ
diff --git a/static/website/templates/proposal.html b/static/website/templates/proposal.html
index 1f7d4a0..c7bdc77 100644
--- a/static/website/templates/proposal.html
+++ b/static/website/templates/proposal.html
@@ -39,7 +39,7 @@
</h2>
</span>
<ul>
- <li>Last date for paper submission: <b> 28/09/2018</b></li>
+ <li>Last date for paper submission: <b> 03/10/2018</b></li>
<li>Notification of acceptance: <b>22/10/2018</b></li>
<li>Last date for final paper submission: <b>02/11/2018</b></li>
</ul>
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,