summaryrefslogtreecommitdiff
path: root/templates/conference/details.html
diff options
context:
space:
mode:
authorhardythe12013-11-14 15:42:43 +0530
committerhardythe12013-11-14 15:42:43 +0530
commit33a2f83818306b8678a2ba3eac583c7b31a77e1c (patch)
treee37d270c3f8371e7d708e5e88fa6c9b237e8f97d /templates/conference/details.html
parentacf31886c97e353e42662a1a4f98201430356f8b (diff)
downloadSciPy2012-master.tar.gz
SciPy2012-master.tar.bz2
SciPy2012-master.zip
editing URL to download slidesHEADmaster
Diffstat (limited to 'templates/conference/details.html')
-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 88e318a..19d8054 100644
--- a/templates/conference/details.html
+++ b/templates/conference/details.html
@@ -15,7 +15,7 @@
<p>By: {{ detail.speaker }}</p>
{% if slides %}
- <a href="{% static '/slides' %}{{ detail.slides }}">Download Slides</a>
+ <a href="{% static '' %}{{ detail.slides }}">Download Slides</a>
{% else %}
<p>Sorry, Slides for this talk are not available.</p>
{% endif %}