mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-07 19:38:24 -04:00
invite-team-members
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<ul>
|
||||
<li><a href="{{ url_for('.organisation_dashboard', org_id=current_org.id) }}">Dashboard</a></li>
|
||||
{% if current_user.has_permissions(admin_override=True) %}
|
||||
<li><a href="{{ url_for('.organisation_users', org_id=current_org.id) }}">Team members</a></li>
|
||||
<li><a href="{{ url_for('.manage_org_users', org_id=current_org.id) }}">Team members</a></li>
|
||||
{% endif %}
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
Reference in New Issue
Block a user