Browse Source

Adapta nome no topo

pull/588/head
Eduardo Edson Batista Cordeiro Alves 9 years ago
parent
commit
1d563f5195
  1. 1
      sapl/templates/base.html

1
sapl/templates/base.html

@ -164,6 +164,7 @@
alt="Logo" class="img-responsive visible-lg-inline-block vcenter" >
<span class="vcenter">
{# XXX Make better use of translation tags in html blocks ie. actually use the proper blocktrans tag efficiently #}
{% if tipo == 'C' %} Casa Municipal {% else %} Assembleia Legislativa {% endif %}
{% if nome %}
{{ nome }} {% trans 'de' %} {{ municipio }} - {{ uf }}
{% else %}

Loading…
Cancel
Save