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 %} - +