summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorradhikam2013-11-14 15:06:16 +0530
committerradhikam2013-11-14 15:06:16 +0530
commitc632600165c2b57cbda629e4710310af75e1657e (patch)
treed96704bd6d06c06a7ae2f60826edefb9209c2a5c
parentb56157871479d0dc26567096982d95b15604e44c (diff)
downloadSciPy2012-c632600165c2b57cbda629e4710310af75e1657e.tar.gz
SciPy2012-c632600165c2b57cbda629e4710310af75e1657e.tar.bz2
SciPy2012-c632600165c2b57cbda629e4710310af75e1657e.zip
editinc URL to download slides
-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 678ad82..4f43676 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 'files/' %}{{ 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 %}