Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
DtiLegBG authored and edwardoliveira committed May 10, 2017
1 parent d19d6cf commit 9fd9da5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions sapl/templates/sessao/resumo.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ <h1 class="page-header">
<th>Matéria</th>
<th>Ementa</th>
<th>Resultado da Votação</th>
<th>Observação da Votação</th>
</tr>
</thead>
<tbody>
Expand All @@ -151,8 +150,7 @@ <h1 class="page-header">
<b>Autor{{ m.autor|length|pluralize:"es" }}</b>: {{ m.autor|join:', ' }}
</td>
<td>{{m.ementa|safe}}</td>
<td>{{m.resultado}}</td>
<td>{{m.resultado_observacao}}</td>
<td>{{m.resultado}}<br/>{{m.resultado_observacao}}</td>
</tr>
{% endfor %}
</tbody>
Expand Down

0 comments on commit 9fd9da5

Please sign in to comment.