mirror of https://github.com/interlegis/sapl.git
Edward Ribeiro
1 year ago
2 changed files with 2 additions and 2 deletions
@ -1,4 +1,4 @@ |
|||||
<h2 class="gray-title">Considerações Finais</h2> |
<h2 class="gray-title">Considerações Finais</h2> |
||||
{% for c in lst_consideracoes%} |
{% for c in lst_consideracoes%} |
||||
<p>{{c|safe}}</p> |
<p>{{c|striptags|safe}}</p> |
||||
{% endfor %} |
{% endfor %} |
||||
|
@ -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|safe}}</p> |
<p>{{o|striptags|safe}}</p> |
||||
{% endfor %} |
{% endfor %} |
||||
|
Loading…
Reference in new issue