Merge branch 'main' of https://github.com/GSA/notifications-admin into 2227-acceptable-use-policy

This commit is contained in:
Jonathan Bobel
2025-01-08 12:29:30 -05:00
8 changed files with 13 additions and 10 deletions

View File

@@ -41,7 +41,7 @@
{% set navigation = navigation + [
{"href": url_for('main.about_notify'), "text": "About Notify", "active": request.path == '/about'},
{"href": url_for('main.join_notify'), "text": "Join Notify", "active": request.path == '/join-notify'},
{"href": url_for('main.contact'), "text": "Contact", "active": request.path == '/contact'}
{"href": url_for('main.contact'), "text": "Contact us", "active": request.path == '/contact'}
] %}
{% endif %}
{% endif %}