EN:
[cascardo/eventmanager.git] / forms.py
index 7890fc6..8dc99df 100644 (file)
--- a/forms.py
+++ b/forms.py
@@ -52,7 +52,6 @@ class SubmeterTrabalho(forms.Form):
                   'ex.: Computadores, softwares, etc. Máximo de 300 caracteres.')
     outros_palestrantes = forms.MultipleChoiceField(required=0)
 
-
 class CadastroPalestrante(forms.Form):
     nome_completo = forms.CharField(max_length=100)
     nome_usuario = forms.CharField(max_length=100)