From fc6426f1545fdf2c94a58bb544246ede046097a0 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 24 Jul 2012 12:28:17 +0200 Subject: [PATCH] no STOP button when no telecaster --- teleforma/templates/teleforma/course_conference.html | 5 ++++- teleforma/templates/teleforma/course_conference_audio.html | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) 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 %} -- 2.39.5