diff --git a/materia/views.py b/materia/views.py index dd907467e..09148e58d 100644 --- a/materia/views.py +++ b/materia/views.py @@ -773,7 +773,6 @@ class DocumentoAcessorioEditView(FormMixin, GenericView): 'tipos': TipoDocumento.objects.all()}) def post(self, request, *args, **kwargs): - import ipdb; ipdb.set_trace() form = DocumentoAcessorioForm(request.POST) materia = MateriaLegislativa.objects.get(id=kwargs['pk']) documento = DocumentoAcessorio.objects.get(id=kwargs['id'])