]> git.parisson.com Git - teleforma.git/commitdiff
Add conferences to Conference view
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Mon, 10 Dec 2018 00:11:03 +0000 (01:11 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Mon, 10 Dec 2018 00:11:03 +0000 (01:11 +0100)
teleforma/views/core.py

index 16f1bf75940132cc1330eafddc3e2df8c17a39a2..e2400af7634e8410df9579411f85ab84521592ed 100644 (file)
@@ -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')