From: yomguy Date: Wed, 18 Jul 2012 22:40:27 +0000 (+0200) Subject: fix status X-Git-Tag: 0.7-dev^2~76 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=2b5ab074b9a4e38942c054f74bb29032644400f4;p=teleforma.git fix status --- diff --git a/teleforma/templates/teleforma/course_media.html b/teleforma/templates/teleforma/course_media.html index b42f9fa8..371652d4 100644 --- a/teleforma/templates/teleforma/course_media.html +++ b/teleforma/templates/teleforma/course_media.html @@ -80,7 +80,7 @@ $(document).ready(function(){ {% block status %} {% get_telecaster as telecaster %} -{% if telecaster %} +{% if telecaster %}

status {% trans "Status" %}

diff --git a/teleforma/templates/teleforma/courses.html b/teleforma/templates/teleforma/courses.html index 6e2c3a14..7ae22354 100644 --- a/teleforma/templates/teleforma/courses.html +++ b/teleforma/templates/teleforma/courses.html @@ -95,7 +95,6 @@ $(document).ready(function(){ {% endblock course %} -{% block chat %}
{% block status %} @@ -112,14 +111,16 @@ server_status_callback(); {% endif %} {% endblock status %} +{% block chat %} {% if room %} {% with "General tweeter" as title %} {% include "teleforma/inc/chat_room.html" %} {% endwith %} {% endif %} +{% endblock chat %}
-{% endblock chat %} + {% endblock content %}