summaryrefslogtreecommitdiff
path: root/static/website/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/website/templates/base.html')
-rwxr-xr-xstatic/website/templates/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/website/templates/base.html b/static/website/templates/base.html
index d9edd3f..a1dd98b 100755
--- a/static/website/templates/base.html
+++ b/static/website/templates/base.html
@@ -50,6 +50,7 @@
<li class="{% active request 'contact' %}"><a href="{% url 'website:contact' %}">Contact Us</a></li-->
</ul>
<ul class="nav navbar-nav navbar-right">
+ <li><a href="{% static 'website/docs/instruction.pdf' %}">Instructions</a>
<li class="{% active request 'register' %}"><a href="{% url 'website:register' %}">Register</a></li>
</ul>
</div><!-- /.navbar-collapse -->