From cabf9d5da8cd2e5c064f357898da55c0c382cd76 Mon Sep 17 00:00:00 2001 From: Edward Ribeiro Date: Mon, 3 Dec 2018 15:07:48 -0200 Subject: [PATCH] =?UTF-8?q?HOT-FIX:=20verifica=20se=20texto=5Foriginal=20e?= =?UTF-8?q?xiste=20antes=20de=20referenciar=20em=20proposi=C3=A7=C3=A3o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sapl/templates/materia/proposicao_detail.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sapl/templates/materia/proposicao_detail.html b/sapl/templates/materia/proposicao_detail.html index 9ab80ab62..2a34305b0 100644 --- a/sapl/templates/materia/proposicao_detail.html +++ b/sapl/templates/materia/proposicao_detail.html @@ -158,11 +158,12 @@
Texto Original
-      + {% if object.materia_de_vinculo.texto_original %} {{object.materia_de_vinculo.texto_original| to_str | split:"/" | get_last_item_from_list:-1}} -
+ {% endif %} +