From 46d9558464a948cdcc7b2b1450c34e62fd2a373b Mon Sep 17 00:00:00 2001 From: yomguy Date: Sat, 21 Jul 2012 00:14:47 +0200 Subject: [PATCH] fix tweeters --- teleforma/templates/teleforma/course_conference.html | 11 ++++++++--- teleforma/templates/teleforma/course_detail.html | 7 +++++++ teleforma/templates/teleforma/course_document.html | 8 ++++++++ teleforma/templates/teleforma/course_media.html | 7 +++++++ 4 files changed, 30 insertions(+), 3 deletions(-) diff --git a/teleforma/templates/teleforma/course_conference.html b/teleforma/templates/teleforma/course_conference.html index 359d12af..ea4c4d88 100644 --- a/teleforma/templates/teleforma/course_conference.html +++ b/teleforma/templates/teleforma/course_conference.html @@ -19,12 +19,9 @@ }); -{% get_telecaster as telecaster %} -{% if telecaster %}
{% trans "S T O P" %}
-{% endif %} {% endblock module-action %} @@ -71,3 +68,11 @@ {% endblock course %} + +{% block chat %} +{% if room %} +{% with "Local tweeter" as title %} +{% include "teleforma/inc/chat_room.html" %} +{% endwith %} +{% endif %} +{% endblock chat %} \ No newline at end of file diff --git a/teleforma/templates/teleforma/course_detail.html b/teleforma/templates/teleforma/course_detail.html index 42a71b4d..5d8e532e 100644 --- a/teleforma/templates/teleforma/course_detail.html +++ b/teleforma/templates/teleforma/course_detail.html @@ -47,3 +47,10 @@ $(document).ready(function(){ {% endblock course %} +{% block chat %} +{% if room %} +{% with "Local tweeter" as title %} +{% include "teleforma/inc/chat_room.html" %} +{% endwith %} +{% endif %} +{% endblock chat %} \ No newline at end of file diff --git a/teleforma/templates/teleforma/course_document.html b/teleforma/templates/teleforma/course_document.html index a5380cee..efd422f9 100644 --- a/teleforma/templates/teleforma/course_document.html +++ b/teleforma/templates/teleforma/course_document.html @@ -77,3 +77,11 @@ PDFJS.getDocument('{% url teleforma-document-download document.id %}').then(func {% endblock course %} + +{% block chat %} +{% if room %} +{% with "Local tweeter" as title %} +{% include "teleforma/inc/chat_room.html" %} +{% endwith %} +{% endif %} +{% endblock chat %} \ No newline at end of file diff --git a/teleforma/templates/teleforma/course_media.html b/teleforma/templates/teleforma/course_media.html index 72d5095a..1a95e260 100644 --- a/teleforma/templates/teleforma/course_media.html +++ b/teleforma/templates/teleforma/course_media.html @@ -94,3 +94,10 @@ $(document).ready(function(){ {% endblock course %} +{% block chat %} +{% if room %} +{% with "Local tweeter" as title %} +{% include "teleforma/inc/chat_room.html" %} +{% endwith %} +{% endif %} +{% endblock chat %} \ No newline at end of file -- 2.39.5