From f5966500422f84e736e6fa2ffab89659178e2ec5 Mon Sep 17 00:00:00 2001 From: umgelurgel Date: Wed, 14 Aug 2019 11:58:23 +0200 Subject: [PATCH] Fix slides url in the template. --- templates/ep19/bs/talks/talk.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/ep19/bs/talks/talk.html b/templates/ep19/bs/talks/talk.html index c239b2c21..7f154cd31 100644 --- a/templates/ep19/bs/talks/talk.html +++ b/templates/ep19/bs/talks/talk.html @@ -47,7 +47,7 @@
{% for speaker in talk_as_dict.speakers %} Download Slides {% endif %} {% if talk_as_dict.slides_remote_url %} - View Slides + View Slides {% endif %}

{{ talk_as_dict.abstract|linebreaks }}