summaryrefslogtreecommitdiff
path: root/templates/conference
diff options
context:
space:
mode:
Diffstat (limited to 'templates/conference')
-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 %}