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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
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 %} |
|
|