diff options
author | hardythe1 | 2013-11-12 18:06:26 +0530 |
---|---|---|
committer | hardythe1 | 2013-11-12 18:06:26 +0530 |
commit | 9013d7c0c0a4509224ae7c3ae2bda054ee59aa13 (patch) | |
tree | f70d3c54fec1581062e18886790bcb7c6f9cf044 | |
parent | 5ea0f772418741faeb29a9c731e066ab5a7c5a4f (diff) | |
download | SciPy2012-9013d7c0c0a4509224ae7c3ae2bda054ee59aa13.tar.gz SciPy2012-9013d7c0c0a4509224ae7c3ae2bda054ee59aa13.tar.bz2 SciPy2012-9013d7c0c0a4509224ae7c3ae2bda054ee59aa13.zip |
adding condition to see if the video/slide is avaliable
-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> |