Browse Source

FIX #488

pull/597/head
Edward Ribeiro 8 years ago
parent
commit
b0afe5f684
  1. 6
      sapl/templates/base.html

6
sapl/templates/base.html

@ -165,9 +165,9 @@
<span class="vcenter"> <span class="vcenter">
{# XXX Make better use of translation tags in html blocks ie. actually use the proper blocktrans tag efficiently #} {# XXX Make better use of translation tags in html blocks ie. actually use the proper blocktrans tag efficiently #}
{% if nome %} {% if nome %}
{{ nome }} {% trans 'de' %} {{ municipio }} - {{ uf }} {{ nome }}
{% else %} {% else %}
{% trans 'Câmara Municipal'%} {% trans 'Câmara/Assembléia não configurada'%}
{% endif %} {% endif %}
<br/><small>{% trans 'Sistema de Apoio ao Processo Legislativo' %}</small> <br/><small>{% trans 'Sistema de Apoio ao Processo Legislativo' %}</small>
</span> </span>
@ -255,7 +255,7 @@
<address> <address>
<small> <small>
<strong> <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> </strong>
<br> <br>
<span class="street-address">{{ endereco }}</span> <span class="street-address">{{ endereco }}</span>

Loading…
Cancel
Save