Skip to content

Commit

Permalink
Updated logic for Registrations Settings tab.
Browse files Browse the repository at this point in the history
  • Loading branch information
chth0n1x committed Jun 1, 2023
1 parent b2af9df commit 3ead321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/templates/project/project_header.mako
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<li><a href="${node['url']}addons/" class="subnav-header">Add-ons</a></li>
% 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']:
<li><a href="${node['url']}settings/" class="subnav-header">Settings</a></li>
% endif
% endif
Expand Down

0 comments on commit 3ead321

Please sign in to comment.