Updated nav for Platform Admin users

This commit is contained in:
Jonathan Bobel
2023-06-26 11:25:47 -04:00
parent 63d5061423
commit 47da3fd40f

View File

@@ -51,6 +51,16 @@
{% if current_user.is_authenticated %}
{% if current_user.platform_admin %}
{% 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'),
"text": current_user.name,