diff options
Diffstat (limited to 'static/website/templates/navbar.html')
-rw-r--r-- | static/website/templates/navbar.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/website/templates/navbar.html b/static/website/templates/navbar.html index f9bdf3b..427ca42 100644 --- a/static/website/templates/navbar.html +++ b/static/website/templates/navbar.html @@ -39,6 +39,7 @@ <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 href="{% url 'website:dwsimquiz' %}">DWSIM QUIZ</a></li> <li><a href="{% url 'website:cfp' %}">cfp</a></li> {% if user.is_authenticated %} <li class="dropdown"> |