Browse Source

Retira breakpoint incorreto

pull/222/head
Eduardo Edson Batista Cordeiro Alves 9 years ago
parent
commit
156c8f2ab7
  1. 1
      materia/views.py

1
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'])

Loading…
Cancel
Save