]> git.parisson.com Git - teleforma.git/commitdiff
fix no telecaster
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Fri, 25 Jun 2021 08:50:18 +0000 (10:50 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Fri, 25 Jun 2021 08:50:18 +0000 (10:50 +0200)
teleforma/templates/teleforma/course_conference_audio.html

index 76d8efbef1221ea25e2898815ac5149096204744..e6c71e36150ce8082b582dec4ff84552ec724da0 100644 (file)
@@ -3,6 +3,8 @@
 {% load i18n %}
 
 {% block module-action %}
+{% get_telecaster as telecaster %}
+{%  if telecaster %}
 <script type="text/javascript">
     var conferenceUtils = {
         stop : function(id){
@@ -18,8 +20,6 @@
         });
 </script>
 
-{% get_telecaster as telecaster %}
-{%  if telecaster %}
 <div class="module_action">
 <a href="#" class="component_icon button" id="action_red">{% trans "S T O P" %}</a>
 </div>