]> git.parisson.com Git - teleforma.git/commitdiff
add push when stop
authoryomguy <yomguy@parisson.com>
Tue, 24 Jul 2012 23:12:49 +0000 (01:12 +0200)
committeryomguy <yomguy@parisson.com>
Tue, 24 Jul 2012 23:12:49 +0000 (01:12 +0200)
teleforma/views.py

index 880c4adbdee30cf54ff2081aaeed1293cfadcf3d..b1617c1797568b2a6c92976e73e0f0f9e9694949 100755 (executable)
@@ -356,6 +356,8 @@ class ConferenceView(DetailView):
             station.started = False
             station.save()
             station.stop()
+        if 'telecaster' in settings.INSTALLED_APPS:
+            self.push(conference)
 
     @method_decorator(login_required)
     def dispatch(self, *args, **kwargs):