From b0afe5f684d616a45336e27b7b0d8404206b7121 Mon Sep 17 00:00:00 2001 From: Edward Ribeiro Date: Wed, 21 Sep 2016 10:17:14 -0300 Subject: [PATCH] FIX #488 --- sapl/templates/base.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sapl/templates/base.html b/sapl/templates/base.html index a18bb2e43..692add18d 100644 --- a/sapl/templates/base.html +++ b/sapl/templates/base.html @@ -165,9 +165,9 @@ {# XXX Make better use of translation tags in html blocks ie. actually use the proper blocktrans tag efficiently #} {% if nome %} - {{ nome }} {% trans 'de' %} {{ municipio }} - {{ uf }} + {{ nome }} {% else %} - {% trans 'Câmara Municipal'%} + {% trans 'Câmara/Assembléia não configurada'%} {% endif %}
{% trans 'Sistema de Apoio ao Processo Legislativo' %}
@@ -255,7 +255,7 @@
- {{ nome }} de {{ municipio }} - {{ uf }} + {{ nome }}
{{ endereco }}