From 2b633721537100d0cf28bdc0ccd0c4f6aae31b5d Mon Sep 17 00:00:00 2001 From: yomguy Date: Thu, 19 Jul 2012 00:23:20 +0200 Subject: [PATCH] fix no telecaster --- .../teleforma/course_conference.html | 2 +- .../teleforma/course_conference_record.html | 6 +++++ .../templates/teleforma/course_detail.html | 10 +++++++- .../templates/teleforma/course_media.html | 23 +++++++++++++++++-- teleforma/templates/teleforma/courses.html | 11 +++++++-- 5 files changed, 46 insertions(+), 6 deletions(-) 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" %} -- 2.39.5