Skip to content

Commit

Permalink
Merge pull request #716 from UW-GAC/bugfix/fix-template-for-auth-doma…
Browse files Browse the repository at this point in the history
…in-audit

Fix template for UploadWorkspaceAuthDomainAudit view
  • Loading branch information
amstilp authored Aug 30, 2024
2 parents 877ae02 + 4407489 commit c7bf1e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gregor_django/gregor_anvil/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c7bf1e5

Please sign in to comment.