From: Guillaume Pellerin Date: Fri, 20 Jul 2012 17:44:27 +0000 (+0200) Subject: no STOP button if not telecaster X-Git-Tag: 0.7.1~6 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=46ef32509615832b8471149bb53391ba0a5f7e0f;p=teleforma.git no STOP button if not telecaster --- diff --git a/teleforma/templates/teleforma/course_conference.html b/teleforma/templates/teleforma/course_conference.html index 505ccf08..e74662b6 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 %}