mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-07 18:38:26 -04:00
Adding nav item for platform admin as well
This commit is contained in:
@@ -43,6 +43,11 @@
|
|||||||
{% if current_user.is_authenticated %}
|
{% if current_user.is_authenticated %}
|
||||||
{% if current_user.platform_admin %}
|
{% if current_user.platform_admin %}
|
||||||
{% set navigation = [
|
{% set navigation = [
|
||||||
|
{
|
||||||
|
"href": url_for("main.show_accounts_or_dashboard"),
|
||||||
|
"text": "Current Service",
|
||||||
|
"active": header_navigation.is_selected('accounts-or-dashboard')
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"href": url_for('main.get_started'),
|
"href": url_for('main.get_started'),
|
||||||
"text": "Using Notify",
|
"text": "Using Notify",
|
||||||
|
|||||||
Reference in New Issue
Block a user