mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-07 09:29:23 -04:00
Removed unused code
This commit is contained in:
@@ -46,7 +46,6 @@ class HeaderNavigation(Navigation):
|
||||
"roadmap",
|
||||
"security",
|
||||
},
|
||||
"guides": {"guides"},
|
||||
"best_practices": {
|
||||
"best_practices",
|
||||
},
|
||||
|
||||
@@ -7,7 +7,7 @@ header_navigation.is_selected('accounts-or-dashboard')},
|
||||
|
||||
{% if FEATURE_BEST_PRACTICES_ENABLED %}
|
||||
{% set navigation = navigation + [{"href": url_for('main.best_practices'), "text": "Guides", "active":
|
||||
header_navigation.is_selected('guides')}] %}
|
||||
header_navigation.is_selected('best_practices')}] %}
|
||||
{% endif %}
|
||||
|
||||
{% set navigation = navigation + [
|
||||
|
||||
Reference in New Issue
Block a user