summaryrefslogtreecommitdiff
path: root/templates/conference
diff options
context:
space:
mode:
authorhardythe12013-11-12 18:06:26 +0530
committerhardythe12013-11-12 18:06:26 +0530
commit9013d7c0c0a4509224ae7c3ae2bda054ee59aa13 (patch)
treef70d3c54fec1581062e18886790bcb7c6f9cf044 /templates/conference
parent5ea0f772418741faeb29a9c731e066ab5a7c5a4f (diff)
downloadSciPy2012-9013d7c0c0a4509224ae7c3ae2bda054ee59aa13.tar.gz
SciPy2012-9013d7c0c0a4509224ae7c3ae2bda054ee59aa13.tar.bz2
SciPy2012-9013d7c0c0a4509224ae7c3ae2bda054ee59aa13.zip
adding condition to see if the video/slide is avaliable
Diffstat (limited to 'templates/conference')
-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 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>