From 59403578f79768730a76bf5d6bbf5eb97bfb4473 Mon Sep 17 00:00:00 2001 From: yomguy Date: Thu, 19 Jul 2012 00:43:36 +0200 Subject: [PATCH] fix status --- .../teleforma/course_conference_record.html | 16 +++---------- .../templates/teleforma/course_detail.html | 10 -------- .../templates/teleforma/course_media.html | 23 ------------------- teleforma/templates/teleforma/courses.html | 1 - 4 files changed, 3 insertions(+), 47 deletions(-) diff --git a/teleforma/templates/teleforma/course_conference_record.html b/teleforma/templates/teleforma/course_conference_record.html index 70496a01..b74d478c 100644 --- a/teleforma/templates/teleforma/course_conference_record.html +++ b/teleforma/templates/teleforma/course_conference_record.html @@ -60,27 +60,17 @@ jQuery(window).ready(function(){ {% endblock course %} -{% block chat %}
-{% get_telecaster as telecaster %} -{% if telecaster %} -
-

status {% trans "Status" %}

-
-
- -{% endif %} - +{% block chat %} {% if room %} {% with "Local tweeter" as title %} {% include "teleforma/inc/chat_room.html" %} {% endwith %} {% endif %} +{% endblock chat %}
-{% endblock chat %} + diff --git a/teleforma/templates/teleforma/course_detail.html b/teleforma/templates/teleforma/course_detail.html index 84095b03..42a71b4d 100644 --- a/teleforma/templates/teleforma/course_detail.html +++ b/teleforma/templates/teleforma/course_detail.html @@ -47,13 +47,3 @@ $(document).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_media.html b/teleforma/templates/teleforma/course_media.html index 371652d4..9dad3eac 100644 --- a/teleforma/templates/teleforma/course_media.html +++ b/teleforma/templates/teleforma/course_media.html @@ -75,28 +75,5 @@ $(document).ready(function(){ {% endblock course %} -{% block chat %} -
- -{% block status %} -{% get_telecaster as telecaster %} -{% if telecaster %} -
-

status {% trans "Status" %}

-
-
- -{% 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/courses.html b/teleforma/templates/teleforma/courses.html index 7ae22354..bc4f7b82 100644 --- a/teleforma/templates/teleforma/courses.html +++ b/teleforma/templates/teleforma/courses.html @@ -121,7 +121,6 @@ server_status_callback(); - {% endblock content %} -- 2.39.5