From: Guillaume Pellerin Date: Tue, 29 Jun 2021 12:31:55 +0000 (+0200) Subject: try to invalidate live video cache url by random variable X-Git-Tag: 2.1~8^2~14 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=8716216cc5e9506047e1b22c73fccde8cd344387;p=teleforma.git try to invalidate live video cache url by random variable --- diff --git a/teleforma/templates/teleforma/course_conference.html b/teleforma/templates/teleforma/course_conference.html index ae612902..e66b4c43 100644 --- a/teleforma/templates/teleforma/course_conference.html +++ b/teleforma/templates/teleforma/course_conference.html @@ -2,6 +2,28 @@ {% load teleforma_tags %} {% load i18n %} + +{% block extra_javascript %} +{{ block.super }} + + + +{% endblock %} + + {% block module-action %} {% get_telecaster as telecaster %} {% if telecaster %} @@ -47,8 +69,8 @@ {% for livestream in livestreams %} {% if "webm" == livestream.stream_type %}
-
{% endif %}