From bcd6af7bc2a7ca37fa8a057b639fa985043a56dd Mon Sep 17 00:00:00 2001 From: Eduardo Edson Batista Cordeiro Alves Date: Mon, 2 May 2016 11:22:56 -0300 Subject: [PATCH] =?UTF-8?q?Init=20Crud=20Tramita=C3=A7=C3=A3o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- materia/views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/materia/views.py b/materia/views.py index 95f8f852e..fbed5a484 100644 --- a/materia/views.py +++ b/materia/views.py @@ -391,7 +391,6 @@ class DocumentoAcessorioView(CreateView): return reverse('materia:documento_acessorio', kwargs={'pk': pk}) ->>>>>>> Init crud legislação citada class AcompanhamentoConfirmarView(TemplateView): def get_redirect_url(self):