Título: {{ object.titulo }}
+ Descrição: {{ object.descricao }}
+ ID: {{ object.chat_id }}+
diff --git a/sapl/painel/views.py b/sapl/painel/views.py index 1dcb7bb49..1413da8e5 100644 --- a/sapl/painel/views.py +++ b/sapl/painel/views.py @@ -132,6 +132,7 @@ def votacao(context,context_vars): 'Ordem do Dia/Expediente em votação.'}) return context, context_vars + def sessao_votacao(context,context_vars): pk = context_vars['sessao'].pk context.update({'sessao_id': pk}) diff --git a/sapl/templates/videoconf/layouts.yaml b/sapl/templates/videoconf/layouts.yaml new file mode 100644 index 000000000..3de12b5ad --- /dev/null +++ b/sapl/templates/videoconf/layouts.yaml @@ -0,0 +1,6 @@ +{% load i18n %} + +Videoconferencia: + {% trans 'Videoconferência' %}: + - titulo finalizada + - descricao \ No newline at end of file diff --git a/sapl/templates/videoconf/videoconferencia.html b/sapl/templates/videoconf/videoconferencia.html index 96ec59141..49022e6da 100644 --- a/sapl/templates/videoconf/videoconferencia.html +++ b/sapl/templates/videoconf/videoconferencia.html @@ -9,30 +9,35 @@