From 167d8b2bec92c0040627ab6887f504c515730296 Mon Sep 17 00:00:00 2001 From: Lincoln de Sousa Date: Wed, 15 Aug 2007 23:19:31 -0300 Subject: [PATCH] =?utf8?q?mudan=C3=A7a=20dos=20cabe=C3=A7alhos=20de=20enco?= =?utf8?q?ding,=20e=20na=20altera=C3=A7=C3=A3o=20no=20limite=20de=20caract?= =?utf8?q?eres=20para=20o=20campo=20curr=C3=ADculo?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- conteudo/models.py | 2 +- eventos/models.py | 2 +- forms.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/conteudo/models.py b/conteudo/models.py index 306d00d..1b11a71 100644 --- a/conteudo/models.py +++ b/conteudo/models.py @@ -1,4 +1,4 @@ -# -*- coding: utf8; -*- +# -*- coding: utf-8; -*- """ Copyright (C) 2007 Lincoln de Sousa diff --git a/eventos/models.py b/eventos/models.py index d3dbb5e..3d51818 100644 --- a/eventos/models.py +++ b/eventos/models.py @@ -1,4 +1,4 @@ -# -*- coding: utf8; -*- +# -*- coding: utf-8; -*- """ Copyright (C) 2007 Lincoln de Sousa diff --git a/forms.py b/forms.py index 90be3d6..ff66249 100644 --- a/forms.py +++ b/forms.py @@ -68,9 +68,9 @@ class CadastroPalestrante(forms.Form): minicurriculo = forms.CharField(widget=Textarea(), max_length=250, label='Mini Currículo', help_text='Este mini currículo será utilizado no material de divulgação' 'e no site. Máximo de 250 caracteres.') - curriculo = forms.CharField(widget=Textarea(), max_length=1000, label='Currículo', + curriculo = forms.CharField(widget=Textarea(), max_length=6000, label='Currículo', help_text='Este currículo será utilizado para avaliação do palestrante.' - 'Máximo de 1000 caracteres.') + 'Máximo de 6000 caracteres.') rua = forms.CharField(max_length=100) numero = forms.CharField(max_length=10, label='Número') bairro = forms.CharField(max_length=100) -- 2.20.1