]> git.parisson.com Git - teleforma.git/commitdiff
bugfix
authoryomguy <yomguy@parisson.com>
Wed, 25 Jul 2012 00:10:15 +0000 (02:10 +0200)
committeryomguy <yomguy@parisson.com>
Wed, 25 Jul 2012 00:10:15 +0000 (02:10 +0200)
teleforma/models.py

index b25de58ccdcdecbd9b816e0b062fea08b7f7b028..a33412f2c039f605a4fa484d3a06522ee40970ff 100755 (executable)
@@ -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: