From 69d6f82b349cc7c57e3611076215346d7c2c050b Mon Sep 17 00:00:00 2001 From: Edward Ribeiro Date: Fri, 22 Feb 2019 13:43:30 -0300 Subject: [PATCH] =?UTF-8?q?Adiciona=20links=20a=20mat=C3=A9rias=20em=20pes?= =?UTF-8?q?quisa=20em=20lote?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sapl/templates/materia/em_lote/acessorio.html | 4 +++- sapl/templates/materia/em_lote/tramitacao.html | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/sapl/templates/materia/em_lote/acessorio.html b/sapl/templates/materia/em_lote/acessorio.html index 738010083..f767ba167 100644 --- a/sapl/templates/materia/em_lote/acessorio.html +++ b/sapl/templates/materia/em_lote/acessorio.html @@ -91,7 +91,9 @@ - {{materia.tipo.sigla}} {{materia.numero}}/{{materia.ano}} - {{materia.tipo.descricao}} + + {{materia.tipo.sigla}} {{materia.numero}}/{{materia.ano}} - {{materia.tipo.descricao}} + {% endfor %} diff --git a/sapl/templates/materia/em_lote/tramitacao.html b/sapl/templates/materia/em_lote/tramitacao.html index 9ed94c84d..acecac050 100644 --- a/sapl/templates/materia/em_lote/tramitacao.html +++ b/sapl/templates/materia/em_lote/tramitacao.html @@ -109,7 +109,9 @@ - {{materia.tipo.sigla}} {{materia.tipo.descricao}} {{materia.numero}}/{{materia.ano}} + + {{materia.tipo.sigla}} {{materia.tipo.descricao}} {{materia.numero}}/{{materia.ano}} + {% endfor %}