From: yomguy Date: Wed, 18 Jul 2012 22:43:36 +0000 (+0200) Subject: fix status X-Git-Tag: 0.7-dev^2~74 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=59403578f79768730a76bf5d6bbf5eb97bfb4473;p=teleforma.git fix status --- 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 %}