summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhardythe12013-11-12 17:29:45 +0530
committerhardythe12013-11-12 17:29:45 +0530
commitb908d96279b8a830d0ccd6047cc9f5812d15de20 (patch)
treeab57974ca99c98c56e9dceb6f3355055fbf1d023
parent1cf096e184bd40246fa868f7d580333b0306fd79 (diff)
downloadSciPy2012-b908d96279b8a830d0ccd6047cc9f5812d15de20.tar.gz
SciPy2012-b908d96279b8a830d0ccd6047cc9f5812d15de20.tar.bz2
SciPy2012-b908d96279b8a830d0ccd6047cc9f5812d15de20.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 f5ff520..517bd13 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="{{ detail.slides }}">Download Slides</a>
+<a href="{% static 'files/' %}{{ detail.slides }}">Download Slides</a>
{% endblock %}