mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-06 00:48:46 -04:00
Updated nav for Platform Admin users
This commit is contained in:
@@ -51,6 +51,16 @@
|
|||||||
{% 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.get_started'),
|
||||||
|
"text": "Using notify",
|
||||||
|
"active": header_navigation.is_selected('using_notify')
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"href": url_for('main.features'),
|
||||||
|
"text": "Features",
|
||||||
|
"active": header_navigation.is_selected('features')
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"href": url_for('main.user_profile'),
|
"href": url_for('main.user_profile'),
|
||||||
"text": current_user.name,
|
"text": current_user.name,
|
||||||
|
|||||||
Reference in New Issue
Block a user