From: Guillaume Pellerin Date: Mon, 10 Dec 2018 00:11:03 +0000 (+0100) Subject: Add conferences to Conference view X-Git-Tag: 2.8.1-pro~202^2~2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=1171da048e2ad9e40a59733e29e12163ac448c8b;p=teleforma.git Add conferences to Conference view --- diff --git a/teleforma/views/core.py b/teleforma/views/core.py index 16f1bf75..e2400af7 100644 --- a/teleforma/views/core.py +++ b/teleforma/views/core.py @@ -456,6 +456,7 @@ class ConferenceView(DetailView): context['access_error'] = access_error context['message'] = contact_message context['periods'] = get_periods(self.request.user) + context['conferences'] = all_conferences(self.request) return context @jsonrpc_method('teleforma.stop_conference')