From 5ee097f9235208ab8103522d71a09b8a37420943 Mon Sep 17 00:00:00 2001 From: Eduardo Edson Batista Cordeiro Alves Date: Mon, 9 May 2016 10:37:21 -0300 Subject: [PATCH] =?UTF-8?q?Adicona=20busca=20de=20autor=20na=20cria=C3=A7?= =?UTF-8?q?=C3=A3o=20de=20documento=20acess=C3=B3rio?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- materia/forms.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/materia/forms.py b/materia/forms.py index f2997292e..81dc4a778 100644 --- a/materia/forms.py +++ b/materia/forms.py @@ -131,10 +131,6 @@ class DocumentoAcessorioForm(ModelForm): if autor_field: return str(Autor.objects.get(id=autor_field)) - def __init__(self, *args, **kwargs): - super(DocumentoAcessorioForm, self).__init__(*args, **kwargs) - self.helper = FormHelper() - class RelatoriaForm(ModelForm):