mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-03 22:18:25 -04:00
8 lines
244 B
HTML
8 lines
244 B
HTML
|
|
<nav class="navigation">
|
||
|
|
<ul>
|
||
|
|
{% if current_user.has_permissions(admin_override=True, any_=True) %}
|
||
|
|
<li><a href="{{ url_for('.organisation_dashboard', org_id=current_service.id) }}">Dashboard</a></li>
|
||
|
|
{% endif %}
|
||
|
|
</ul>
|
||
|
|
</nav>
|