Committing before merge

This commit is contained in:
Jonathan Bobel
2023-10-12 10:21:11 -04:00
parent d12faf6cd8
commit 3e7a4f78f3
9 changed files with 45 additions and 36 deletions

View File

@@ -75,6 +75,11 @@
] %}
{% else %}
{% 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",
@@ -92,7 +97,7 @@
},
{
"href": url_for('main.user_profile'),
"text": current_user.name,
"text": "User Profile",
"active": header_navigation.is_selected('user-profile')
},
{