diff --git a/website/templates/project/project_header.mako b/website/templates/project/project_header.mako index a5a054ba681..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'] or (node['is_registration'] and permissions.WRITE in user['permissions']): + % if not node['is_registration']:
  • Settings
  • % endif % endif