From: yomguy Date: Fri, 20 Jul 2012 22:14:47 +0000 (+0200) Subject: fix tweeters X-Git-Tag: 0.7.1~1 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=46d9558464a948cdcc7b2b1450c34e62fd2a373b;p=teleforma.git fix tweeters --- 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