]> git.parisson.com Git - teleforma.git/commitdiff
no audio on desk
authoryomguy <yomguy@parisson.com>
Thu, 19 Jul 2012 00:30:26 +0000 (02:30 +0200)
committeryomguy <yomguy@parisson.com>
Thu, 19 Jul 2012 00:30:26 +0000 (02:30 +0200)
teleforma/templates/teleforma/inc/conference_list.html

index f5146baab7892b9e7a2698a9a33a76632a98c191..1863734d117addfead35cd2c3472f6d256aca388 100644 (file)
@@ -11,6 +11,7 @@
     <tbody>
        {% for conference in conferences %}
         {% for stream in conference.livestream.all %}
+         {% if stream.stream_type == 'webm' }
             <tr>
             {% if stream.streaming %}
             <td {% if forloop.first %}class="border-top"{% endif %} width="230px">
@@ -40,6 +41,7 @@
             </div>
              {% endif %}
             </tr>
+            {% endif %}
         {% endfor %}
         {% endfor %}
     </tbody>