mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-05 23:08:25 -04:00
Adjusted and added static page views logic
This commit is contained in:
28
app/main/views/sub_navigation_dictionaries.py
Normal file
28
app/main/views/sub_navigation_dictionaries.py
Normal file
@@ -0,0 +1,28 @@
|
||||
def features_nav():
|
||||
return [
|
||||
{
|
||||
"name": "Features",
|
||||
"link": "main.features",
|
||||
},
|
||||
{
|
||||
"name": "Roadmap",
|
||||
"link": "main.roadmap",
|
||||
},
|
||||
{
|
||||
"name": "Security",
|
||||
"link": "main.security",
|
||||
},
|
||||
{
|
||||
"name": "Performance",
|
||||
"link": "https://www.gov.uk/performance/govuk-notify",
|
||||
"external_link": True,
|
||||
},
|
||||
{
|
||||
"name": "Terms of use",
|
||||
"link": "main.terms",
|
||||
},
|
||||
{
|
||||
"name": "Using Notify",
|
||||
"link": "main.using_notify",
|
||||
},
|
||||
]
|
||||
Reference in New Issue
Block a user