From: Guillaume Pellerin Date: Mon, 22 Jul 2013 12:17:53 +0000 (+0200) Subject: fix host ip X-Git-Tag: 1.1~533 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=a5e6f9d9b69d39b5d5120535cde45210735dcea4;p=teleforma.git fix host ip --- diff --git a/teleforma/views/core.py b/teleforma/views/core.py index 789477b5..97cb69ff 100644 --- a/teleforma/views/core.py +++ b/teleforma/views/core.py @@ -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