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 14a9660..1e61b3a 100644 --- a/templates/conference/details.html +++ b/templates/conference/details.html @@ -5,7 +5,7 @@ <h2>{{ detail.title }}</h2> <p>{{ detail.abstract }}</p> -{% if slides %} +{% if video %} <iframe src="{{ detail.video }}" allowFullScreen webkitallowFullScreen mozallowFullScreen width=616 height=407 rel=nofollow> </iframe> {% else %} <p>Sorry, Video for this talk is not available.</p> |