]> git.parisson.com Git - teleforma.git/commitdiff
no STOP button if not telecaster
authorGuillaume Pellerin <yomguy@parisson.com>
Fri, 20 Jul 2012 17:44:27 +0000 (19:44 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Fri, 20 Jul 2012 17:44:27 +0000 (19:44 +0200)
teleforma/templates/teleforma/course_conference.html

index 505ccf086c0b4d5511576d83c4aeb758fe6d18da..e74662b61f8b1f95cff33c6cf52a61ecb8f89c5a 100644 (file)
         });
 </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>
+{% endif %}
 
 {% endblock module-action %}