From 7d7d3167a5bd6219fb5aaba8af4a6ad89b442cb6 Mon Sep 17 00:00:00 2001 From: yomguy Date: Thu, 19 Jul 2012 00:41:23 +0200 Subject: [PATCH] fix status --- .../templates/teleforma/course_detail.html | 20 +++---------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/teleforma/templates/teleforma/course_detail.html b/teleforma/templates/teleforma/course_detail.html index 14ec3eb8..84095b03 100644 --- a/teleforma/templates/teleforma/course_detail.html +++ b/teleforma/templates/teleforma/course_detail.html @@ -47,27 +47,13 @@ $(document).ready(function(){ {% endblock course %} -{% block chat %}
- -{% block status %} -{% get_telecaster as telecaster %} -{% if telecaster %} -
-

status {% trans "Status" %}

-
-
- -{% endif %} -{% endblock status %} - +{% block chat %} {% if room %} {% with "Local tweeter" as title %} {% include "teleforma/inc/chat_room.html" %} {% endwith %} {% endif %} - -
{% endblock chat %} + + -- 2.39.5