diff options
author | hardythe1 | 2014-11-11 15:35:46 +0530 |
---|---|---|
committer | hardythe1 | 2014-11-11 15:35:46 +0530 |
commit | 0ec0cf4355ddb5313f72495f77c70d6e15885665 (patch) | |
tree | a2cc92a8be8e99fa765666652f92afd357ea7955 /static/website/templates/home.html | |
parent | 22eaaa85a00283c9018313efcb047b266e45dbcf (diff) | |
download | scipy2014-0ec0cf4355ddb5313f72495f77c70d6e15885665.tar.gz scipy2014-0ec0cf4355ddb5313f72495f77c70d6e15885665.tar.bz2 scipy2014-0ec0cf4355ddb5313f72495f77c70d6e15885665.zip |
added poster links
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 e5b9e80..a90cf91 100755 --- a/static/website/templates/home.html +++ b/static/website/templates/home.html @@ -44,6 +44,7 @@ <li class="{% active request 'invited-speakers' %}"><a href="{% url 'website:invited_speakers' %}">Invited Speakers</a></li> <li class="{% active request 'sponsors' %}"><a href="{% url 'website:sponsors' %}">Sponsors</a></li> <li class="{% active request 'venue' %}"><a href="{% url 'website:venue' %}">Venue</a></li> + <li class="{% active request 'poster' %}"><a href="{% url 'website:poster' %}">Poster</a></li> <li class="{% active request 'contact' %}"><a href="{% url 'website:contact' %}">Contact Us</a></li--> </ul> <ul class="nav navbar-nav navbar-right"> |