diff options
author | hardythe1 | 2014-12-04 11:50:01 +0530 |
---|---|---|
committer | hardythe1 | 2014-12-04 11:50:01 +0530 |
commit | c0510d7a3169e5c13a95df282ec9d0b2649bed01 (patch) | |
tree | a78d3604f1f29489bf2aaa1da49e93b790c55d0d /static/website/templates/home.html | |
parent | b68f4b0147b731ccf50d208dcdf801a1faed3325 (diff) | |
download | scipy2014-c0510d7a3169e5c13a95df282ec9d0b2649bed01.tar.gz scipy2014-c0510d7a3169e5c13a95df282ec9d0b2649bed01.tar.bz2 scipy2014-c0510d7a3169e5c13a95df282ec9d0b2649bed01.zip |
added title for Romain's talk, added instruction sheets on other pages
Diffstat (limited to 'static/website/templates/home.html')
-rwxr-xr-x | static/website/templates/home.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/website/templates/home.html b/static/website/templates/home.html index 63adad0..a800171 100755 --- a/static/website/templates/home.html +++ b/static/website/templates/home.html @@ -48,6 +48,7 @@ <li class="{% active request 'contact' %}"><a href="{% url 'website:contact' %}">Contact Us</a></li--> </ul> <ul class="nav navbar-nav navbar-right" id="register"> + <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 --> |