From 3d710c51399252433061f22527f5d3b62014a184 Mon Sep 17 00:00:00 2001 From: yomguy Date: Thu, 19 Jul 2012 00:44:54 +0200 Subject: [PATCH] fix status again --- .../teleforma/course_conference.html | 27 ------------------- .../teleforma/course_conference_record.html | 14 ---------- .../templates/teleforma/course_document.html | 10 ------- .../templates/teleforma/course_media.html | 2 -- teleforma/templates/teleforma/courses.html | 2 -- 5 files changed, 55 deletions(-) diff --git a/teleforma/templates/teleforma/course_conference.html b/teleforma/templates/teleforma/course_conference.html index 42d8912a..acd17994 100644 --- a/teleforma/templates/teleforma/course_conference.html +++ b/teleforma/templates/teleforma/course_conference.html @@ -4,8 +4,6 @@ {% load i18n %} {% block module-action %} - - -{% endif %} -{% endblock status %} - -{% if room %} -{% with "Local tweeter" as title %} -{% include "teleforma/inc/chat_room.html" %} -{% endwith %} -{% endif %} - - -{% endblock chat %} diff --git a/teleforma/templates/teleforma/course_conference_record.html b/teleforma/templates/teleforma/course_conference_record.html index b74d478c..25a7a465 100644 --- a/teleforma/templates/teleforma/course_conference_record.html +++ b/teleforma/templates/teleforma/course_conference_record.html @@ -60,17 +60,3 @@ jQuery(window).ready(function(){ {% endblock course %} -
- -{% block chat %} -{% if room %} -{% with "Local tweeter" as title %} -{% include "teleforma/inc/chat_room.html" %} -{% endwith %} -{% endif %} -{% endblock chat %} - -
- - - diff --git a/teleforma/templates/teleforma/course_document.html b/teleforma/templates/teleforma/course_document.html index 60c2c599..a5380cee 100644 --- a/teleforma/templates/teleforma/course_document.html +++ b/teleforma/templates/teleforma/course_document.html @@ -77,13 +77,3 @@ 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 %} diff --git a/teleforma/templates/teleforma/course_media.html b/teleforma/templates/teleforma/course_media.html index 9dad3eac..844a187f 100644 --- a/teleforma/templates/teleforma/course_media.html +++ b/teleforma/templates/teleforma/course_media.html @@ -75,5 +75,3 @@ $(document).ready(function(){ {% endblock course %} - - diff --git a/teleforma/templates/teleforma/courses.html b/teleforma/templates/teleforma/courses.html index bc4f7b82..3eee25b5 100644 --- a/teleforma/templates/teleforma/courses.html +++ b/teleforma/templates/teleforma/courses.html @@ -122,5 +122,3 @@ server_status_callback(); {% endblock content %} - - -- 2.39.5