diff options
author | Sashi20 | 2018-11-02 18:36:17 +0530 |
---|---|---|
committer | Sashi20 | 2018-11-02 18:36:17 +0530 |
commit | 4066c42d085bc5558330edd6af14760bc4e5294d (patch) | |
tree | f8281bcd44e933f141a16ec7732879b203f69d2f /static/website/templates | |
parent | 8aa2b23a6205b6085c4b087cbb7d496e39f1669f (diff) | |
download | nccps-2018-4066c42d085bc5558330edd6af14760bc4e5294d.tar.gz nccps-2018-4066c42d085bc5558330edd6af14760bc4e5294d.tar.bz2 nccps-2018-4066c42d085bc5558330edd6af14760bc4e5294d.zip |
Disabled link for job fair
Diffstat (limited to 'static/website/templates')
-rw-r--r-- | static/website/templates/navbar.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/website/templates/navbar.html b/static/website/templates/navbar.html index 085b56b..de963d9 100644 --- a/static/website/templates/navbar.html +++ b/static/website/templates/navbar.html @@ -41,7 +41,7 @@ <!--<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:jobfair' %}">Job Fair</a></li> + <!-- <li><a href="{% url 'website:jobfair' %}">Job Fair</a></li> --> <li><a href="{% url 'website:cfp' %}">cfp</a></li> {% if user.is_authenticated %} <li class="dropdown"> |