mirror of https://github.com/interlegis/sapl.git
1 changed files with 1 additions and 1 deletions
@ -1,4 +1,4 @@ |
|||||
<h2 class="gray-title">Ocorrências da Sessão</h2> |
<h2 class="gray-title">Ocorrências da Sessão</h2> |
||||
{% for o in lst_ocorrencias%} |
{% for o in lst_ocorrencias%} |
||||
<p>{{o|striptags|safe}}</p> |
<p>{{o.conteudo|striptags|safe}}</p> |
||||
{% endfor %} |
{% endfor %} |
||||
|
|||||
Loading…
Reference in new issue