From a5e6f9d9b69d39b5d5120535cde45210735dcea4 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 22 Jul 2013 14:17:53 +0200 Subject: [PATCH] fix host ip --- teleforma/views/core.py | 1 - 1 file changed, 1 deletion(-) 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 -- 2.39.5