diff options
author | hardythe1 | 2013-11-14 15:42:43 +0530 |
---|---|---|
committer | hardythe1 | 2013-11-14 15:42:43 +0530 |
commit | 33a2f83818306b8678a2ba3eac583c7b31a77e1c (patch) | |
tree | e37d270c3f8371e7d708e5e88fa6c9b237e8f97d | |
parent | acf31886c97e353e42662a1a4f98201430356f8b (diff) | |
download | SciPy2012-33a2f83818306b8678a2ba3eac583c7b31a77e1c.tar.gz SciPy2012-33a2f83818306b8678a2ba3eac583c7b31a77e1c.tar.bz2 SciPy2012-33a2f83818306b8678a2ba3eac583c7b31a77e1c.zip |
-rw-r--r-- | templates/conference/details.html | 2 |
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 %} |