From: Guillaume Pellerin Date: Tue, 24 Jul 2012 10:28:17 +0000 (+0200) Subject: no STOP button when no telecaster X-Git-Tag: 0.8~1 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=fc6426f1545fdf2c94a58bb544246ede046097a0;p=teleforma.git no STOP button when no telecaster --- diff --git a/teleforma/templates/teleforma/course_conference.html b/teleforma/templates/teleforma/course_conference.html index aa87f73a..472a2be5 100644 --- a/teleforma/templates/teleforma/course_conference.html +++ b/teleforma/templates/teleforma/course_conference.html @@ -19,9 +19,12 @@ }); +{% get_telecaster as telecaster %} +{% if telecaster %}
{% trans "S T O P" %}
+{% endif %} {% endblock module-action %} @@ -80,4 +83,4 @@ {% include "teleforma/inc/chat_room.html" %} {% endwith %} {% endif %} -{% endblock chat %} \ No newline at end of file +{% endblock chat %} diff --git a/teleforma/templates/teleforma/course_conference_audio.html b/teleforma/templates/teleforma/course_conference_audio.html index bb3eb13d..6c26c2f8 100644 --- a/teleforma/templates/teleforma/course_conference_audio.html +++ b/teleforma/templates/teleforma/course_conference_audio.html @@ -19,9 +19,12 @@ }); +{% get_telecaster as telecaster %} +{% if telecaster %}
{% trans "S T O P" %}
+{% endif %} {% endblock module-action %} @@ -80,4 +83,4 @@ {% include "teleforma/inc/chat_room.html" %} {% endwith %} {% endif %} -{% endblock chat %} \ No newline at end of file +{% endblock chat %}