From: yomguy Date: Wed, 18 Jul 2012 22:23:20 +0000 (+0200) Subject: fix no telecaster X-Git-Tag: 0.7-dev^2~79 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=2b633721537100d0cf28bdc0ccd0c4f6aae31b5d;p=teleforma.git fix no telecaster --- diff --git a/teleforma/templates/teleforma/course_conference.html b/teleforma/templates/teleforma/course_conference.html index 02f5a3ea..ee134f52 100644 --- a/teleforma/templates/teleforma/course_conference.html +++ b/teleforma/templates/teleforma/course_conference.html @@ -95,7 +95,7 @@ jQuery(window).ready(function(){ - + {% get_telecaster as telecaster %} {% if telecaster %} +{% endif %}} {% endblock extra_javascript %} {% block module-action %} @@ -65,6 +68,8 @@ jQuery(window).ready(function(){ {% block chat %}
+{% get_telecaster as telecaster %} +{% if telecaster %}

status {% trans "Status" %}

@@ -72,6 +77,7 @@ jQuery(window).ready(function(){ +{% endif %} {% if room %} {% with "Local tweeter" as title %} diff --git a/teleforma/templates/teleforma/course_detail.html b/teleforma/templates/teleforma/course_detail.html index 81f5b10b..7d1eaaa9 100644 --- a/teleforma/templates/teleforma/course_detail.html +++ b/teleforma/templates/teleforma/course_detail.html @@ -4,7 +4,12 @@ {% block extra_javascript %} + +{% get_telecaster as telecaster %} +{% if telecaster %} +{% endif %} + - +{% endif %} +} {% if room %} {% with "Local tweeter" as title %} {% include "teleforma/inc/chat_room.html" %} diff --git a/teleforma/templates/teleforma/course_media.html b/teleforma/templates/teleforma/course_media.html index d776a1c3..5dadd44b 100644 --- a/teleforma/templates/teleforma/course_media.html +++ b/teleforma/templates/teleforma/course_media.html @@ -10,6 +10,11 @@ {% endif %} +{% get_telecaster as telecaster %} +{% if telecaster %} + +{% endif %} + +{% endif %} + +{% if room %} {% with "Local tweeter" as title %} {% include "teleforma/inc/chat_room.html" %} {% endwith %} -
{% endif %} + +
{% endblock chat %} diff --git a/teleforma/templates/teleforma/courses.html b/teleforma/templates/teleforma/courses.html index 156d8ab8..12a64005 100644 --- a/teleforma/templates/teleforma/courses.html +++ b/teleforma/templates/teleforma/courses.html @@ -7,7 +7,12 @@ {% block extra_javascript %} + +{% get_telecaster as telecaster %} +{% if telecaster %} +{% endif %} + - +{% endif %} +} {% if room %} {% with "General tweeter" as title %} {% include "teleforma/inc/chat_room.html" %}