mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 02:38:25 -04:00
Add message status page
This commit is contained in:
@@ -285,6 +285,14 @@ def using_notify():
|
||||
)
|
||||
|
||||
|
||||
@main.route('/features/messages-status')
|
||||
def message_status():
|
||||
return render_template(
|
||||
'views/message-status.html',
|
||||
navigation_links=features_nav()
|
||||
)
|
||||
|
||||
|
||||
# --- Redirects --- #
|
||||
|
||||
@main.route('/roadmap', endpoint='old_roadmap')
|
||||
|
||||
@@ -32,4 +32,8 @@ def features_nav():
|
||||
"name": "Using Notify",
|
||||
"link": "main.using_notify",
|
||||
},
|
||||
{
|
||||
"name": "Message status",
|
||||
"link": "main.message_status",
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user