summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorradhikam2013-11-14 15:06:52 +0530
committerradhikam2013-11-14 15:06:52 +0530
commitd6ae9cb714ee4cb67fca959ef5460ef47204f8a2 (patch)
treee37d270c3f8371e7d708e5e88fa6c9b237e8f97d
parentc632600165c2b57cbda629e4710310af75e1657e (diff)
downloadSciPy2012-d6ae9cb714ee4cb67fca959ef5460ef47204f8a2.tar.gz
SciPy2012-d6ae9cb714ee4cb67fca959ef5460ef47204f8a2.tar.bz2
SciPy2012-d6ae9cb714ee4cb67fca959ef5460ef47204f8a2.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 4f43676..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 %}{{ 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 %}