Browse Source
Update forms.py
Alteração do nome do campo todos, conforme solicitação.
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/sessao/forms.py
|
|
@ -565,7 +565,7 @@ class SessaoPlenariaFilterSet(django_filters.FilterSet): |
|
|
|
|
|
|
|
|
|
|
|
class AdicionarVariasMateriasForm(forms.Form): |
|
|
|
todos = forms.BooleanField( |
|
|
|
check_all = forms.BooleanField( |
|
|
|
label='Marcar/Desmarcar Todos', |
|
|
|
required=False, |
|
|
|
widget=forms.CheckboxInput( |
|
|
|