From 6f7c0e715f5b2133f2ad8e31d968dd49dfd7059e Mon Sep 17 00:00:00 2001 From: Eduardo Edson Batista Cordeiro Alves Date: Wed, 14 Sep 2016 18:39:49 -0300 Subject: [PATCH] =?UTF-8?q?Adiciona=20op=C3=A7=C3=A3o=20para=20acess=C3=B3?= =?UTF-8?q?rio=20em=20lote=20na=20navbar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sapl/materia/views.py | 2 +- sapl/templates/base.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sapl/materia/views.py b/sapl/materia/views.py index 1a904396c..4541c9c07 100644 --- a/sapl/materia/views.py +++ b/sapl/materia/views.py @@ -1289,4 +1289,4 @@ class DocumentoAcessorioEmLoteView(PermissionRequiredMixin, FilterView): ) msg = _('Documento(s) criado(s).') messages.add_message(request, messages.SUCCESS, msg) - return self.get(reverse('sapl.materia:acessorio_lote')) + return self.get(request, self.kwargs) diff --git a/sapl/templates/base.html b/sapl/templates/base.html index 363c1d7e0..f1c78437d 100644 --- a/sapl/templates/base.html +++ b/sapl/templates/base.html @@ -83,8 +83,8 @@ {% endif %} - +