diff options
-rw-r--r-- | templates/conference/details.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/conference/details.html b/templates/conference/details.html index 517bd13..c0e8156 100644 --- a/templates/conference/details.html +++ b/templates/conference/details.html @@ -7,6 +7,6 @@ <iframe src="{{ detail.video }}" allowFullScreen webkitallowFullScreen mozallowFullScreen width=616 height=407 rel=nofollow> </iframe> <p>By: {{ detail.speaker }}</p> -<a href="{% static 'files/' %}{{ detail.slides }}">Download Slides</a> +<a href="2012/static/files/{{ detail.slides }}">Download Slides</a> {% endblock %} |