summaryrefslogtreecommitdiff
path: root/static/website/templates/navbar.html
diff options
context:
space:
mode:
authorSashi202018-11-02 18:04:38 +0530
committerGitHub2018-11-02 18:04:38 +0530
commit78ebf02bf04c7ca517afe24852b4283a0906035b (patch)
tree73fded991d2a74c1e3b8552a86536c4664759a07 /static/website/templates/navbar.html
parenta47953cb21b0e9bda909c5cca589fc9d8d8f400c (diff)
parent23973c6fd3d6e0ac033f0a1a50c2c32e4e1d124d (diff)
downloadnccps-2018-78ebf02bf04c7ca517afe24852b4283a0906035b.tar.gz
nccps-2018-78ebf02bf04c7ca517afe24852b4283a0906035b.tar.bz2
nccps-2018-78ebf02bf04c7ca517afe24852b4283a0906035b.zip
Merge pull request #46 from Akshen/develop
Allow participants to view and download solutions
Diffstat (limited to 'static/website/templates/navbar.html')
-rw-r--r--static/website/templates/navbar.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/website/templates/navbar.html b/static/website/templates/navbar.html
index d820d5d..a196b05 100644
--- a/static/website/templates/navbar.html
+++ b/static/website/templates/navbar.html
@@ -54,6 +54,7 @@
{% else %}
<!--<li><a href="{% url 'website:proposal' %}">Submit your Paper</a></li> -->
<li><a href="{% url 'website:quiz_intro' %}">Take Quiz</a></li>
+ <li><a href="{% url 'website:view_solutions' %}">View Solutions</a></li>
{% endif %}
<!-- <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>