mirror of https://github.com/interlegis/sapl.git
Edward Ribeiro
6 years ago
5 changed files with 14 additions and 12 deletions
@ -1,8 +1,8 @@ |
|||||
<fieldset> |
<fieldset> |
||||
<p align="justify"> |
<p align="justify"> |
||||
{% if object.ocorrenciasessao.conteudo %} |
{% if object.ocorrenciasessao.conteudo %} |
||||
<strong>Ocorrências da Sessão: </strong> |
<strong>Ocorrências da Sessão: </strong> |
||||
{{object.ocorrenciasessao.conteudo|striptags|safe}} |
{{object.ocorrenciasessao.conteudo|striptags|safe}} |
||||
{% endif %} |
{% endif %} |
||||
</p> |
</p> |
||||
</fieldset> |
</fieldset> |
||||
|
Loading…
Reference in new issue