Browse Source

Merge pull request #597 from interlegis/488-casa-legislativa

FIX #488 Casa Legislativa
pull/614/head
Edward 8 years ago
committed by GitHub
parent
commit
618e5b74f0
  1. 6
      sapl/templates/base.html

6
sapl/templates/base.html

@ -165,9 +165,9 @@
<span class="vcenter">
{# 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 %}
<br/><small>{% trans 'Sistema de Apoio ao Processo Legislativo' %}</small>
</span>
@ -255,7 +255,7 @@
<address>
<small>
<strong>
<span class="org">{{ nome }}</span> de <span class="locality">{{ municipio }}</span> - <abbr class="region" title="{{ state }}">{{ uf }}</abbr>
<span class="org">{{ nome }}</span>
</strong>
<br>
<span class="street-address">{{ endereco }}</span>

Loading…
Cancel
Save