mirror of https://github.com/interlegis/sapl.git
LeandroJatai
2 years ago
4 changed files with 16 additions and 13 deletions
@ -1,5 +1,5 @@ |
|||||
<h2 class="gray-title">Expedientes</h2> |
<h2 class="gray-title">Expedientes</h2> |
||||
{% for expediente in lst_expedientes%} |
{% for expediente in lst_expedientes%} |
||||
<h3>{{expediente.nom_expediente}}</h3> |
<h3>{{expediente.nom_expediente}}</h3> |
||||
<p style="margin-bottom: 1cm">{{expediente.txt_expediente|safe}}</p> |
<div style="margin-bottom: 1cm">{{expediente.txt_expediente|safe}}</div> |
||||
{% endfor%} |
{% endfor%} |
||||
|
Loading…
Reference in new issue