From 3ead3213dbd128ef504f60577789ab1b551c22ca Mon Sep 17 00:00:00 2001 From: Ashley Robinson Date: Thu, 1 Jun 2023 10:32:35 -0400 Subject: [PATCH] Updated logic for Registrations Settings tab. --- website/templates/project/project_header.mako | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/templates/project/project_header.mako b/website/templates/project/project_header.mako index 0c6990898c6..8e0d1a4b187 100644 --- a/website/templates/project/project_header.mako +++ b/website/templates/project/project_header.mako @@ -77,7 +77,7 @@
  • Add-ons
  • % endif - % if user['has_read_permissions'] and not node['is_registration'] and not node['contributors'] or (node['is_registration'] and permissions.WRITE in user['permissions']): + % if not node['is_registration']:
  • Settings
  • % endif % endif