From: yomguy Date: Fri, 22 Jun 2012 15:37:55 +0000 (+0200) Subject: fix js snapshot update X-Git-Tag: 0.6^2~22 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=e80451869fbe3cb4441df7ad227003f9a090327d;p=teleforma.git fix js snapshot update --- 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 %}