]> git.parisson.com Git - teleforma.git/commitdiff
fix host ip
authorGuillaume Pellerin <yomguy@parisson.com>
Mon, 22 Jul 2013 12:17:53 +0000 (14:17 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Mon, 22 Jul 2013 12:17:53 +0000 (14:17 +0200)
teleforma/views/core.py

index 789477b565128824d4bec9600c9e8f95685ac6bf..97cb69ff9697c379009fbd9bc6f19153b5cc92f7 100644 (file)
@@ -511,7 +511,6 @@ class ConferenceRecordView(FormView):
         context['mime_type'] = 'video/webm'
         status = Status()
         status.update()
-        context['host'] = status.ip
         context['hidden_fields'] = self.hidden_fields
         context['room'] = get_room(name='monitor')
         return context