From: yomguy Date: Wed, 25 Jul 2012 00:10:15 +0000 (+0200) Subject: bugfix X-Git-Tag: 0.8^2~3 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=9e58ee563addcefbb760ac8bdc994b16a07f579b;p=teleforma.git bugfix --- diff --git a/teleforma/models.py b/teleforma/models.py index b25de58c..a33412f2 100755 --- a/teleforma/models.py +++ b/teleforma/models.py @@ -257,7 +257,7 @@ class Conference(Model): if self.room: data['room'] = self.room.name - date['organization'] = self.room.organization.name + data['organization'] = self.room.organization.name streams = self.livestream.all() if streams: