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 | |
parent | 22eaaa85a00283c9018313efcb047b266e45dbcf (diff) | |
download | scipy2014-0ec0cf4355ddb5313f72495f77c70d6e15885665.tar.gz scipy2014-0ec0cf4355ddb5313f72495f77c70d6e15885665.tar.bz2 scipy2014-0ec0cf4355ddb5313f72495f77c70d6e15885665.zip |
added poster links
-rwxr-xr-x | static/website/templates/base.html | 1 | ||||
-rwxr-xr-x | static/website/templates/home.html | 1 | ||||
-rw-r--r-- | static/website/templates/poster.html | 4 |
3 files changed, 6 insertions, 0 deletions
diff --git a/static/website/templates/base.html b/static/website/templates/base.html index 2faf94f..8657d33 100755 --- a/static/website/templates/base.html +++ b/static/website/templates/base.html @@ -46,6 +46,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"> 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"> diff --git a/static/website/templates/poster.html b/static/website/templates/poster.html index 2b0918b..b00b379 100644 --- a/static/website/templates/poster.html +++ b/static/website/templates/poster.html @@ -2,6 +2,10 @@ {% load static %} +{% block current %} +Poster +{% endblock %} + {% block content %} <p class="lead"> <a class="btn btn-primary" href="{% static 'data/scipy2014_poster.pdf' %}" download>Download <span class="glyphicon glyphicon-download"></span></a> |