summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorFOSSEE Git User2018-09-18 19:32:08 +0530
committerFOSSEE Git User2018-09-18 19:32:08 +0530
commit09b6249ea96f68c143b791741550396209e491c9 (patch)
treec8fa0dda8a44751f3ccd5c162d636ad66e03c82e /static
parent9101634821effb65bf8715e30a57bd3ffa714b23 (diff)
parent3ff95c180e304f889ddc0113603ac98bce63f42f (diff)
downloadnccps-2018-09b6249ea96f68c143b791741550396209e491c9.tar.gz
nccps-2018-09b6249ea96f68c143b791741550396209e491c9.tar.bz2
nccps-2018-09b6249ea96f68c143b791741550396209e491c9.zip
Merge branch 'master' of https://github.com/FOSSEE/nccps-2018
Diffstat (limited to 'static')
-rwxr-xr-xstatic/website/templates/cfp.html3
-rw-r--r--static/website/templates/home.html2
-rw-r--r--static/website/templates/navbar.html2
-rwxr-xr-xstatic/website/templates/view-proposals.html2
4 files changed, 5 insertions, 4 deletions
diff --git a/static/website/templates/cfp.html b/static/website/templates/cfp.html
index fc05c3a..d2b9510 100755
--- a/static/website/templates/cfp.html
+++ b/static/website/templates/cfp.html
@@ -19,7 +19,8 @@
<div class="row">
<div class="col-md-12" style="font-weight: 500;">
<p class="text-justify">We invite papers on Chemical Process Modelling, Simulation and Optimization. Time duration for oral presentation will be 15 minutes. Accepted papers will be published in conference proceedings. Award will be given to best paper and best poster.</p>
- <p class="text-justify">Paper submission starts on September 15 2018.</p>
+ <p class="text-justify">Paper submission starts on September 15 2018.</br>
+ Click <a href="{% url 'auth:login' %}">here</a> to submit your paper</p>
</div>
</div>
<div class="row">
diff --git a/static/website/templates/home.html b/static/website/templates/home.html
index a267961..53fcc4d 100644
--- a/static/website/templates/home.html
+++ b/static/website/templates/home.html
@@ -569,7 +569,7 @@
<button type="button" class="close" data-dismiss="modal">&times;</button>
</div>
<div class="modal-body">
- <p class="text-justify">Registrations open from 15 September</p>
+ <p class="text-justify">Due to some technical issues, the registration for the conference is postponed by 2 weeks. Keep checking our website for further notifications.</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-info" data-dismiss="modal">Close</button>
diff --git a/static/website/templates/navbar.html b/static/website/templates/navbar.html
index 7786466..499c97f 100644
--- a/static/website/templates/navbar.html
+++ b/static/website/templates/navbar.html
@@ -48,7 +48,7 @@
</a>
<ul class="dropdown-menu">
<li><a href="{% url 'website:proposal' %}">Submit your Paper</a></li>
- <li><a href="{{SITE_URL}}/#registration">Book your Ticket</a></li>
+ <!-- <li><a href="{{SITE_URL}}/#registration">Book your Ticket</a></li> -->
<li><a href="{% url 'auth:logout' %}?next=/nccps-2018"><i class="fa fa-sign-out"></i>&nbsp;Logout</a></li>
</ul>
</li>
diff --git a/static/website/templates/view-proposals.html b/static/website/templates/view-proposals.html
index 89be03d..f2b1f64 100755
--- a/static/website/templates/view-proposals.html
+++ b/static/website/templates/view-proposals.html
@@ -16,7 +16,7 @@
</p>
{% if not proposals %}
<center>
- <h3>Proposals are no longer accepted</h3>
+ <h3>You have not submitted any paper.</h3>
</center>
{% else %}