summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhardythe12013-11-12 17:36:55 +0530
committerhardythe12013-11-12 17:36:55 +0530
commit932c8c2af6664354e896252c56fa467875edc45f (patch)
tree9e2b0b46a4d2188aeddd9f49a03f4a82bce1961c
parentb908d96279b8a830d0ccd6047cc9f5812d15de20 (diff)
downloadSciPy2012-932c8c2af6664354e896252c56fa467875edc45f.tar.gz
SciPy2012-932c8c2af6664354e896252c56fa467875edc45f.tar.bz2
SciPy2012-932c8c2af6664354e896252c56fa467875edc45f.zip
resolving url issue
-rw-r--r--templates/conference/details.html2
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 %}