]> git.parisson.com Git - teleforma.git/commitdiff
No error message on streaming
authorGuillaume Pellerin <yomguy@parisson.com>
Thu, 27 Dec 2018 17:25:48 +0000 (18:25 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Thu, 27 Dec 2018 17:25:48 +0000 (18:25 +0100)
teleforma/templates/teleforma/course_conference.html

index 3d4b26832ee541247c3aaf47bbbc67658fa01aa3..318fb445ee350b89d9de6245517558b07a05b8e7 100644 (file)
 </div>
 
 <div class="media">
-{% if access_error %}
-  <p>{{ access_error }}</p>
-  <p>{{ message }}</p>
-
-{% else %}
 
 {% for livestream in livestreams %}
 {% if "webm" == livestream.stream_type %}
@@ -59,7 +54,6 @@
 {% endif %}
 {% endfor %}
 
-{% endif %}
 </div>
 
 {% block general_info %}