Adding nav item for platform admin as well

This commit is contained in:
Jonathan Bobel
2023-10-12 15:16:03 -04:00
parent 07f9255e36
commit a34ab8c972

View File

@@ -43,6 +43,11 @@
{% if current_user.is_authenticated %}
{% if current_user.platform_admin %}
{% 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'),
"text": "Using Notify",