Browse Source

Melhora as informacoes da pesquisa de documento administrativo

pull/456/head
Eduardo Calil 9 years ago
parent
commit
7aca53c1b9
  1. 3
      templates/protocoloadm/documentoadministrativo_filter.html

3
templates/protocoloadm/documentoadministrativo_filter.html

@ -29,7 +29,8 @@
<tr>
<td>
<strong><a href="{% url 'protocoloadm:documentoadministrativo_detail' d.id %}">{{d.tipo.sigla}} {{d.numero}}/{{d.ano}} - {{d.tipo}}</strong></a></br>
{{ d.assunto|safe }}</br>
<strong>Interessado:</strong>&nbsp;{{ d.interessado|default_if_none:"Não Informado"}}</br>
<strong>Assunto:</strong>&nbsp;{{ d.assunto|safe }}</br>
<p></p>
</tr>
{% endfor %}

Loading…
Cancel
Save