From f941738874c5a2ff54680b16add20a726489fb9e Mon Sep 17 00:00:00 2001 From: yomguy Date: Fri, 8 Feb 2013 16:11:10 +0100 Subject: [PATCH] fix room --- teleforma/templates/teleforma/course_detail.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 %} -- 2.39.5