From ebd9ed51c24a17596fe95b147a0f4d1b11f029e1 Mon Sep 17 00:00:00 2001 From: Eduardo Edson Batista Cordeiro Alves Date: Tue, 29 Nov 2016 09:31:09 -0200 Subject: [PATCH] =?UTF-8?q?Remove=20bot=C3=A3o=20de=20adicionar=20em=20pes?= =?UTF-8?q?quisa=20de=20norma=20para=20usu=C3=A1rio=20anonimo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 +- sapl/templates/norma/normajuridica_filter.html | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index b30c9723f..38805b350 100644 --- a/.gitignore +++ b/.gitignore @@ -87,8 +87,8 @@ target/ # specific to this project +whoosh_index collected_static bower bower_components media - diff --git a/sapl/templates/norma/normajuridica_filter.html b/sapl/templates/norma/normajuridica_filter.html index a0df2fcb4..854340f60 100644 --- a/sapl/templates/norma/normajuridica_filter.html +++ b/sapl/templates/norma/normajuridica_filter.html @@ -4,11 +4,11 @@ {% block actions %}
- - {% if perms.norma.add_normajuridica %} + {% if perms.norma.add_normajuridica %} + {% blocktrans with verbose_name=view.verbose_name %} Adicionar Norma Jurídica {% endblocktrans %} - {% endif %} - + + {% endif %} {% if filter_url %} {% trans 'Fazer nova pesquisa' %} {% endif %}