diff options
author | Sashi20 | 2018-11-15 16:06:16 +0530 |
---|---|---|
committer | GitHub | 2018-11-15 16:06:16 +0530 |
commit | ce73e38f1349df31008fe77f4ba7572563825892 (patch) | |
tree | da74117e59070065cae9eb30883031d928242148 | |
parent | bc906f922bddcec1518b9b143d2ba76dbef860c0 (diff) | |
parent | 1477f33d5c622654e139111830b818820353bced (diff) | |
download | nccps-2018-ce73e38f1349df31008fe77f4ba7572563825892.tar.gz nccps-2018-ce73e38f1349df31008fe77f4ba7572563825892.tar.bz2 nccps-2018-ce73e38f1349df31008fe77f4ba7572563825892.zip |
Merge pull request #62 from Sashi20/master
Removed COC and contact us links from the main menu
-rwxr-xr-x | static/website/templates/cfp.html | 4 | ||||
-rw-r--r-- | static/website/templates/navbar.html | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/static/website/templates/cfp.html b/static/website/templates/cfp.html index d2b9510..c2ee89f 100755 --- a/static/website/templates/cfp.html +++ b/static/website/templates/cfp.html @@ -19,8 +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.</br> - Click <a href="{% url 'auth:login' %}">here</a> to submit your paper</p> + <p class="text-justify">Paper submission starts on September 15 2018.</p> + <p class="text-justify">We are no longer accepting papers for the conference.</p> </div> </div> <div class="row"> diff --git a/static/website/templates/navbar.html b/static/website/templates/navbar.html index 3d9e513..89a65e0 100644 --- a/static/website/templates/navbar.html +++ b/static/website/templates/navbar.html @@ -35,13 +35,13 @@ <li><a data-scroll href="{{SITE_URL}}/#workshops">Workshops</a></li> <li><a data-scroll href="{{SITE_URL}}/#registration">Register</a></li> <li><a href="{% url 'website:jobfair' %}"><img src="{% static 'website/bootstrap-css/assets/images/jobfair.gif' %}"></a></li> - <!-- <li><a data-scroll href="{{SITE_URL}}/#submit">CFP</a></li> --> - <li><a data-scroll href="{{SITE_URL}}/#coc">C0C</a></li> + <!-- <li><a data-scroll href="{{SITE_URL}}/#submit">CFP</a></li> + <li><a data-scroll href="{{SITE_URL}}/#coc">C0C</a></li> --> <li><a data-scroll href="{{SITE_URL}}/#schedule">Schedule</a></li> <!-- <li><a data-scroll href="{{SITE_URL}}/#location">Venue</a></li> --> - <!--<li><a data-scroll href="{{SITE_URL}}/#organiser">Organiser</a></li> --> - <li><a data-scroll href="{{SITE_URL}}/#contact-us">Contact Us</a></li> + <!--<li><a data-scroll href="{{SITE_URL}}/#organiser">Organiser</a></li> + <li><a data-scroll href="{{SITE_URL}}/#contact-us">Contact Us</a></li> --> <li><a href="{% url 'website:dwsimquiz' %}">DWSIM QUIZ</a></li> <li><a href="{% url 'website:cfp' %}">cfp</a></li> |