João Rodrigues
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
6 additions and
2 deletions
-
sapl/base/forms.py
-
sapl/templates/comissoes/layouts.yaml
|
|
@ -1439,7 +1439,9 @@ class CasaLegislativaForm(FileFieldCheckMixin, ModelForm): |
|
|
|
'uf': forms.Select(attrs={'class': 'selector'}), |
|
|
|
'cep': forms.TextInput(attrs={'class': 'cep'}), |
|
|
|
'telefone': forms.TextInput(attrs={'class': 'telefone'}), |
|
|
|
'fax': forms.TextInput(attrs={'class': 'telefone'}), |
|
|
|
# O campo fax foi ocultado porque não é utilizado. |
|
|
|
'fax': forms.HiddenInput(), |
|
|
|
# 'fax': forms.TextInput(attrs={'class': 'telefone'}), |
|
|
|
'logotipo': ImageThumbnailFileInput, |
|
|
|
'informacao_geral': forms.Textarea( |
|
|
|
attrs={'id': 'texto-rico'}) |
|
|
|
|
|
@ -19,7 +19,9 @@ Comissao: |
|
|
|
- tipo data_criacao unidade_deliberativa data_extincao |
|
|
|
{% trans 'Dados Complementares' %}: |
|
|
|
- local_reuniao agenda_reuniao telefone_reuniao |
|
|
|
- endereco_secretaria telefone_secretaria fax_secretaria |
|
|
|
# O campo fax foi ocultado porque não é utilizado. |
|
|
|
# endereco_secretaria telefone_secretaria fax_secretaria |
|
|
|
- endereco_secretaria telefone_secretaria |
|
|
|
- secretario email |
|
|
|
- finalidade |
|
|
|
{% trans 'Temporária' %}: |
|
|
|