diff options
Diffstat (limited to 'static/website')
-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> |