|
@ -63,7 +63,7 @@ class CasaLegislativaTabelaAuxForm(ModelForm): |
|
|
required=False) |
|
|
required=False) |
|
|
|
|
|
|
|
|
telefone = forms.CharField(label='Telefone', |
|
|
telefone = forms.CharField(label='Telefone', |
|
|
required=True, |
|
|
required=False, |
|
|
widget=forms.TextInput( |
|
|
widget=forms.TextInput( |
|
|
attrs={'class': 'telefone'})) |
|
|
attrs={'class': 'telefone'})) |
|
|
|
|
|
|
|
@ -73,7 +73,7 @@ class CasaLegislativaTabelaAuxForm(ModelForm): |
|
|
attrs={'class': 'cep'})) |
|
|
attrs={'class': 'cep'})) |
|
|
|
|
|
|
|
|
fax = forms.CharField(label='Fax', |
|
|
fax = forms.CharField(label='Fax', |
|
|
required=True, |
|
|
required=False, |
|
|
widget=forms.TextInput( |
|
|
widget=forms.TextInput( |
|
|
attrs={'class': 'telefone'})) |
|
|
attrs={'class': 'telefone'})) |
|
|
|
|
|
|
|
|