From 9013d7c0c0a4509224ae7c3ae2bda054ee59aa13 Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Tue, 12 Nov 2013 18:06:26 +0530 Subject: adding condition to see if the video/slide is avaliable --- templates/conference/details.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@
{{ detail.abstract }}
-{% if slides %} +{% if video %} {% else %}Sorry, Video for this talk is not available.
-- cgit