Browse Source

HOT-FIX: verifica se texto_original existe antes de referenciar em proposição

pull/2411/head
Edward Ribeiro 6 years ago
parent
commit
cc3a91671f
  1. 5
      sapl/templates/materia/proposicao_detail.html

5
sapl/templates/materia/proposicao_detail.html

@ -158,11 +158,12 @@
</br>
Texto Original
</br>
&nbsp;&nbsp;&nbsp;&nbsp;
{% if object.materia_de_vinculo.texto_original %}
<a href="{{object.materia_de_vinculo.texto_original.url}}">
{{object.materia_de_vinculo.texto_original| to_str | split:"/" | get_last_item_from_list:-1}}
</a>
</br>
{% endif %}
</br>
</div>
</div>
</div>

Loading…
Cancel
Save