From c7f9026d35df5ea12ae132df0fda1e53c466a3e1 Mon Sep 17 00:00:00 2001 From: Edward Ribeiro Date: Mon, 11 Jan 2016 16:23:57 -0200 Subject: [PATCH] =?UTF-8?q?Make=20CEP=20de=20Parlamentar=20n=C3=A3o=20obri?= =?UTF-8?q?gat=C3=B3rio?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parlamentares/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parlamentares/views.py b/parlamentares/views.py index bf42d1241..70169638a 100644 --- a/parlamentares/views.py +++ b/parlamentares/views.py @@ -259,7 +259,7 @@ class ParlamentaresForm (ModelForm): attrs={'class': 'telefone'})) cep_residencia = forms.CharField(label='CEP', - required=True, + required=False, widget=forms.TextInput( attrs={'class': 'cep'}))