Browse Source

Update adicionar_varias_materias_expediente.html

Ajuste no template por alteração do nome do campo "todos".
pull/3781/head
cristian-longhi 1 month ago
committed by GitHub
parent
commit
77e103407a
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      sapl/templates/sessao/adicionar_varias_materias_expediente.html

2
sapl/templates/sessao/adicionar_varias_materias_expediente.html

@ -40,7 +40,7 @@
{% endif %} {% endif %}
<tr> <tr>
<td> <td>
{{ form.todos }} {{ form.todos.label }} {{ form.check_all }} {{ form.check_all.label }}
</td> </td>
<td> <td>
{% for tipo in form.tipo_votacao %} {% for tipo in form.tipo_votacao %}

Loading…
Cancel
Save