From: yomguy Date: Fri, 8 Feb 2013 15:11:10 +0000 (+0100) Subject: fix room X-Git-Tag: 1.1~630 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=f941738874c5a2ff54680b16add20a726489fb9e;p=teleforma.git fix room --- diff --git a/teleforma/templates/teleforma/course_detail.html b/teleforma/templates/teleforma/course_detail.html index 31ff67ff..60d58f6f 100644 --- a/teleforma/templates/teleforma/course_detail.html +++ b/teleforma/templates/teleforma/course_detail.html @@ -48,9 +48,9 @@ $(document).ready(function(){ {% endblock course %} {% block chat %} -{% if course.tweeter_title %} +{% if course.title_tweeter %} {% if room %} -{% with "Tweeter"|add:" "|add:course.tweeter_title as title %} +{% with "Tweeter"|add:" "|add:course.title_tweeter as title %} {% include "teleforma/inc/chat_room.html" %} {% endwith %} {% endif %}