]> git.parisson.com Git - teleforma.git/commitdiff
bugfix
authorGuillaume Pellerin <yomguy@parisson.com>
Fri, 12 Jul 2013 00:39:48 +0000 (02:39 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Fri, 12 Jul 2013 00:39:48 +0000 (02:39 +0200)
teleforma/views/core.py

index 8c212aa6e29ac5ea6620fbf6f3de830f79007495..e4f183170e9297c1b66b5c05abaf99486d5915a3 100644 (file)
@@ -521,7 +521,7 @@ class ConferenceRecordView(FormView):
         from jqchat.models import Message
         user, c = User.objects.get_or_create(username='bot')
         content_type = ContentType.objects.get(app_label="teleforma", model="course")
-        room = get_room(name=self.conference.course.code, period=conference.period.name,
+        room = get_room(name=conference.course.code, period=conference.period.name,
                            content_type=content_type,
                            id=conference.course.id)
         text = _("A new live conference has started : ")