From 7f92df2a7cf75599795a4e14028aa10cf7603766 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 17 Jul 2013 18:13:33 +0200 Subject: [PATCH] minor --- teleforma/views/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teleforma/views/core.py b/teleforma/views/core.py index 7d0d101d..3bb612a8 100644 --- a/teleforma/views/core.py +++ b/teleforma/views/core.py @@ -541,7 +541,7 @@ class ConferenceRecordView(FormView): except: pass - live_message(conference) + live_message(self.conference) try: self.push() -- 2.39.5