This commit is contained in:
kkthxbye-code 2022-10-21 10:42:49 +02:00
parent ee2bfa7b95
commit 91cb060729

View File

@ -637,6 +637,7 @@ class ReportView(ContentTypePermissionRequiredMixin, View):
'form': form, 'form': form,
}) })
class ReportResultView(ContentTypePermissionRequiredMixin, View): class ReportResultView(ContentTypePermissionRequiredMixin, View):
""" """
Display a JobResult pertaining to the execution of a Report. Display a JobResult pertaining to the execution of a Report.