summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhardythe12013-11-14 15:41:35 +0530
committerhardythe12013-11-14 15:41:35 +0530
commitacf31886c97e353e42662a1a4f98201430356f8b (patch)
treee656ee3296f53c891dc89bcee94cbb94038208fb
parentd6ae9cb714ee4cb67fca959ef5460ef47204f8a2 (diff)
downloadSciPy2012-acf31886c97e353e42662a1a4f98201430356f8b.tar.gz
SciPy2012-acf31886c97e353e42662a1a4f98201430356f8b.tar.bz2
SciPy2012-acf31886c97e353e42662a1a4f98201430356f8b.zip
editing 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 19d8054..88e318a 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 '/slides' %}{{ detail.slides }}">Download Slides</a>
{% else %}
<p>Sorry, Slides for this talk are not available.</p>
{% endif %}