From 3a2dcbf3086e01646891a1365730c3604c431792 Mon Sep 17 00:00:00 2001 From: Lincoln de Sousa Date: Mon, 24 Sep 2007 19:41:23 -0300 Subject: [PATCH] =?utf8?q?Alterando=20o=20label/nome=20campo=20comercial?= =?utf8?q?=20=3D=3D>=20inscricao=5Fcomercial=20no=20formul=C3=A1rio=20de?= =?utf8?q?=20inscri=C3=A7=C3=A3o=20individual?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- forms.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/forms.py b/forms.py index f2f0502..46a1ebb 100644 --- a/forms.py +++ b/forms.py @@ -128,7 +128,8 @@ class InscricaoBase(forms.Form): class Inscricao(InscricaoBase): - comercial = forms.BooleanField(required=False) + inscricao_comercial = forms.BooleanField(required=False, + label='Inscrição Comercial') class InscricaoCoordenador(InscricaoBase): pass -- 2.20.1