diff --git a/gregor_django/gregor_anvil/views.py b/gregor_django/gregor_anvil/views.py index 8b43b389..cdf8c701 100644 --- a/gregor_django/gregor_anvil/views.py +++ b/gregor_django/gregor_anvil/views.py @@ -394,7 +394,7 @@ def form_valid(self, form): class UploadWorkspaceAuthDomainAudit(AnVILConsortiumManagerStaffViewRequired, TemplateView): """View to audit UploadWorkspace auth domain membership for all UploadWorkspaces.""" - template_name = "gregor_anvil/upload_workspace_sharing_audit.html" + template_name = "gregor_anvil/upload_workspace_auth_domain_audit.html" def get_context_data(self, **kwargs): context = super().get_context_data(**kwargs)