deixando o telefone no cadastro de palestrantes livre
authorLincoln de Sousa <pythonwarrior@pidinti.localdomain>
Tue, 14 Aug 2007 19:42:22 +0000 (16:42 -0300)
committerLincoln de Sousa <pythonwarrior@pidinti.localdomain>
Tue, 14 Aug 2007 19:42:22 +0000 (16:42 -0300)
forms.py

index 7543de1..92bf0e8 100644 (file)
--- a/forms.py
+++ b/forms.py
@@ -61,8 +61,8 @@ class CadastroPalestrante(forms.Form):
     senha = forms.CharField(max_length=100, widget=PasswordInput())
     email = forms.CharField(max_length=100)
 
-    telefone = forms.CharField(max_length=11, required=False)
-    celular = forms.CharField(max_length=11, required=False)
+    telefone = forms.CharField(required=False)
+    celular = forms.CharField(required=False)
 
     instituicao = forms.CharField(max_length=100, label='Instituição')
     minicurriculo = forms.CharField(widget=Textarea(), label='Mini Currículo')