summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 %}