diff options
author | radhikam | 2013-11-14 15:06:16 +0530 |
---|---|---|
committer | radhikam | 2013-11-14 15:06:16 +0530 |
commit | c632600165c2b57cbda629e4710310af75e1657e (patch) | |
tree | d96704bd6d06c06a7ae2f60826edefb9209c2a5c | |
parent | b56157871479d0dc26567096982d95b15604e44c (diff) | |
download | SciPy2012-c632600165c2b57cbda629e4710310af75e1657e.tar.gz SciPy2012-c632600165c2b57cbda629e4710310af75e1657e.tar.bz2 SciPy2012-c632600165c2b57cbda629e4710310af75e1657e.zip |
editinc URL to download slides
-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 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 %} |