mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 14:29:51 -04:00
Renamed guides to best practices
This commit is contained in:
@@ -6,8 +6,8 @@ header_navigation.is_selected('accounts-or-dashboard')},
|
||||
] %}
|
||||
|
||||
{% if FEATURE_BEST_PRACTICES_ENABLED %}
|
||||
{% set navigation = navigation + [{"href": url_for('main.best_practices'), "text": "Best Practices", "active":
|
||||
header_navigation.is_selected('best_practices')}] %}
|
||||
{% set navigation = navigation + [{"href": url_for('main.guides'), "text": "Guides", "active":
|
||||
header_navigation.is_selected('guides')}] %}
|
||||
{% endif %}
|
||||
|
||||
{% set navigation = navigation + [
|
||||
|
||||
Reference in New Issue
Block a user