From 4ebc8f4f8e87ed4612f6e11023ff93decfd6b6d1 Mon Sep 17 00:00:00 2001 From: Ashley Robinson Date: Mon, 20 Feb 2023 12:06:05 -0500 Subject: [PATCH 1/3] Removed settings tab for contributor registrations. --- website/templates/project/project_header.mako | 4 ---- 1 file changed, 4 deletions(-) diff --git a/website/templates/project/project_header.mako b/website/templates/project/project_header.mako index a5a054ba681..c65d400778b 100644 --- a/website/templates/project/project_header.mako +++ b/website/templates/project/project_header.mako @@ -76,10 +76,6 @@ % if permissions.WRITE in user['permissions'] and not node['is_registration']:
  • Add-ons
  • % endif - - % if user['has_read_permissions'] and not node['is_registration'] or (node['is_registration'] and permissions.WRITE in user['permissions']): -
  • Settings
  • - % endif % endif % if (user['can_comment'] or node['has_comments']) and not node['anonymous']:
  • 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']): +
  • Settings
  • + % endif % endif % if (user['can_comment'] or node['has_comments']) and not node['anonymous']:
  • 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