diff options
Diffstat (limited to 'static/website/templates/poster.html')
-rw-r--r-- | static/website/templates/poster.html | 4 |
1 files changed, 4 insertions, 0 deletions
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> |