]> git.parisson.com Git - teleforma.git/commitdiff
fix conf host
authoryomguy <yomguy@parisson.com>
Mon, 22 Jul 2013 13:20:16 +0000 (15:20 +0200)
committeryomguy <yomguy@parisson.com>
Mon, 22 Jul 2013 13:20:16 +0000 (15:20 +0200)
teleforma/templates/teleforma/course_conference.html

index 7a0f0afe74b6c39dd07ba3fae718a8c2f1bfedcf..57a967cf741b2d602f25ccb42a967a08f4313460 100644 (file)
@@ -53,7 +53,7 @@
 <div class="video">
 <video width="640" height="360" controls autoplay preload="auto">
 <!-- Hello Chrome and Firefox (and Opera?) -->
-<source src="{{ livestream.url|set_host:HOST }}" type="video/webm" />
+<source src="{{ livestream.url|set_host:host }}" type="video/webm" />
 </video>
 </div>
 {% endif %}