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"> <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