mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-27 22:00:59 -05:00
8 lines
344 B
HTML
8 lines
344 B
HTML
<nav class="navigation">
|
|
<ul>
|
|
<li><a href="{{ url_for('.organisation_dashboard', org_id=current_org.id) }}">Dashboard</a></li>
|
|
<li><a href="{{ url_for('.manage_org_users', org_id=current_org.id) }}">Team members</a></li>
|
|
<li><a href="{{ url_for('.organisation_settings', org_id=current_org.id) }}">Settings</a></li>
|
|
</ul>
|
|
</nav>
|