From 149efb1eb06fde716cd555ec4ea67e3aa0cf4552 Mon Sep 17 00:00:00 2001 From: Edward Ribeiro Date: Fri, 20 Jul 2018 19:39:26 -0300 Subject: [PATCH] =?UTF-8?q?Mostra=20na=20tela=20de=20detalhe=20da=20mat?= =?UTF-8?q?=C3=A9ria=20o=20bot=C3=A3o=20de=20acompanhar=20mat=C3=A9ria?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sapl/templates/materia/materialegislativa_detail.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sapl/templates/materia/materialegislativa_detail.html diff --git a/sapl/templates/materia/materialegislativa_detail.html b/sapl/templates/materia/materialegislativa_detail.html new file mode 100644 index 000000000..607ed049c --- /dev/null +++ b/sapl/templates/materia/materialegislativa_detail.html @@ -0,0 +1,10 @@ +{% extends "crud/detail.html" %} +{% load i18n %} +{% block sub_actions %} + {{ block.super }} + {% if object.em_tramitacao %} +
+ Acompanhar Matéria +
+ {% endif %} +{% endblock sub_actions %}