diff --git a/sessao/models.py b/sessao/models.py index d6deec1bf..cc3cf2532 100644 --- a/sessao/models.py +++ b/sessao/models.py @@ -263,7 +263,6 @@ class VotoParlamentar(models.Model): # RegistroVotacaoParlamentar return _('Votação: %(votacao)s - Parlamentar: %(parlamentar)s') % { 'votacao': self.votacao, 'parlamentar': self.parlamentar} - class SessaoPlenariaPresenca(models.Model): sessao_plen = models.ForeignKey(SessaoPlenaria) parlamentar = models.ForeignKey(Parlamentar) diff --git a/templates/painel/index.html b/templates/painel/index.html index 01be4585a..559535ffd 100644 --- a/templates/painel/index.html +++ b/templates/painel/index.html @@ -34,7 +34,7 @@ var s=today.getSeconds(); m = checkTime(m); s = checkTime(s); - $("#clock").text(h+":"+m+":"+s) + $("#relogio").text(h+":"+m+":"+s) var t = setTimeout(function(){ startTime() },500); @@ -102,7 +102,25 @@


-

+

+ + + + + + + + + + + + + + + + + +
TEMPO DECORRIDO:
DISCURSO:
APARTE:
QUESTÃO DE ORDEM: