Browse Source

Fix #3221 - Aumenta tam fonte (#3222)

pull/3220/head
João Rodrigues 5 years ago
committed by GitHub
parent
commit
b34c06bbc9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      sapl/templates/relatorios/relatorio_pauta_sessao.html

4
sapl/templates/relatorios/relatorio_pauta_sessao.html

@ -19,7 +19,7 @@
<thead><tr><th>Matéria</th><th>Ementa</th></tr></thead> <thead><tr><th>Matéria</th><th>Ementa</th></tr></thead>
{% for m in materia_expediente %} {% for m in materia_expediente %}
<tr> <tr>
<td style="width:20%;"> <td style="width:30%; font-size: x-small;">
{{ m.numero }} - {{ m.titulo }}<br /> {{ m.numero }} - {{ m.titulo }}<br />
<b>Autor{{ m.autor|length|pluralize:"es" }}</b>: {{ m.autor|join:', ' }} <b>Autor{{ m.autor|length|pluralize:"es" }}</b>: {{ m.autor|join:', ' }}
</td> </td>
@ -38,7 +38,7 @@
<thead><tr><th>Matéria</th><th>Ementa</th></tr></thead> <thead><tr><th>Matéria</th><th>Ementa</th></tr></thead>
{% for m in materias_ordem %} {% for m in materias_ordem %}
<tr> <tr>
<td style="width:20%;"> <td style="width:30%; font-size: x-small;">
{{m.numero}} - <b">{{m.titulo}}</b><br /> {{m.numero}} - <b">{{m.titulo}}</b><br />
<b>Autor{{ m.autor|length|pluralize:"es" }}</b>: {{ m.autor|join:', ' }} <b>Autor{{ m.autor|length|pluralize:"es" }}</b>: {{ m.autor|join:', ' }}
</td> </td>

Loading…
Cancel
Save