diff options
-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 %} |