From e80451869fbe3cb4441df7ad227003f9a090327d Mon Sep 17 00:00:00 2001 From: yomguy Date: Fri, 22 Jun 2012 17:37:55 +0200 Subject: [PATCH] fix js snapshot update --- .../teleforma/inc/conference_list.html | 22 ++++++++++--------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/teleforma/templates/teleforma/inc/conference_list.html b/teleforma/templates/teleforma/inc/conference_list.html index a2281dfa..e010c855 100644 --- a/teleforma/templates/teleforma/inc/conference_list.html +++ b/teleforma/templates/teleforma/inc/conference_list.html @@ -10,14 +10,11 @@ {% for stream in course.livestream.all|from_course_type:type %} - - {% if stream.streaming %} + {% if stream.streaming %} + - snapshot + snapshot - {% else %} - {% trans "The conference is not started yet. Please wait..." %} - {% endif %}
@@ -34,17 +31,22 @@ {% endif %} + {% else %} +
+ {% trans "The conference is not started yet. Please wait..." %} +
+ {% endif %} {% endfor %} -- 2.39.5