From 550009276bc71eaadf277b18c5079f6d32de0393 Mon Sep 17 00:00:00 2001 From: Eduardo Calil Date: Mon, 3 Apr 2017 14:42:25 -0300 Subject: [PATCH] Adiciona botao de pesquisa textual em Pesquisa de Normas --- sapl/templates/norma/normajuridica_filter.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sapl/templates/norma/normajuridica_filter.html b/sapl/templates/norma/normajuridica_filter.html index 8350f19e7..7c5d50e42 100644 --- a/sapl/templates/norma/normajuridica_filter.html +++ b/sapl/templates/norma/normajuridica_filter.html @@ -4,6 +4,11 @@ {% block actions %}
+ + Pesquisa Textual + + + {% if perms.norma.add_normajuridica %} {% blocktrans with verbose_name=view.verbose_name %} Adicionar Norma Jurídica {% endblocktrans %}