Browse Source

Fixes #922

pull/941/head
Edward Ribeiro 8 years ago
parent
commit
647ec832a5
  1. 2
      sapl/templates/protocoloadm/protocolo_mostrar.html

2
sapl/templates/protocoloadm/protocolo_mostrar.html

@ -18,7 +18,7 @@
{% if protocolo.tipo_documento %}
{% if documento %}
<a href="{% url 'sapl.protocoloadm:documentoadministrativo_detail' documento.pk %}"> {{documento}} </a>
<a href="{% url 'sapl.protocoloadm:documentoadministrativo_detail' documento.pk %}"> {{documento.numero}}/{{documento.ano}} - {{documento.tipo}} - {{documento.assunto}} </a>
</br>
{% else %}
<br />

Loading…
Cancel
Save