1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00
This commit is contained in:
kkthxbye-code
2022-10-21 10:42:49 +02:00
parent ed2f7f1236
commit 72ba57052a

View File

@@ -631,12 +631,13 @@ class ReportView(ContentTypePermissionRequiredMixin, View):
)
return redirect('extras:report_result', job_result_pk=job_result.pk)
return render(request, 'extras/report.html', {
'report': report,
'form': form,
})
class ReportResultView(ContentTypePermissionRequiredMixin, View):
"""
Display a JobResult pertaining to the execution of a Report.