mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 10:28:41 -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 --- #
|
# --- Redirects --- #
|
||||||
|
|
||||||
@main.route('/roadmap', endpoint='old_roadmap')
|
@main.route('/roadmap', endpoint='old_roadmap')
|
||||||
|
|||||||
@@ -32,4 +32,8 @@ def features_nav():
|
|||||||
"name": "Using Notify",
|
"name": "Using Notify",
|
||||||
"link": "main.using_notify",
|
"link": "main.using_notify",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "Message status",
|
||||||
|
"link": "main.message_status",
|
||||||
|
},
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
{% extends "withoutnav_template.html" %}
|
{% extends "withoutnav_template.html" %}
|
||||||
{% from "components/sub-navigation.html" import sub_navigation %}
|
{% from "components/sub-navigation.html" import sub_navigation %}
|
||||||
|
{% from "components/table.html" import mapping_table, row, text_field %}
|
||||||
|
|
||||||
{% block per_page_title %}
|
{% block per_page_title %}
|
||||||
What happens when you send a message OR Message states you’ll see in Notify
|
What happens when you send a message OR Message states you’ll see in Notify
|
||||||
|
|||||||
Reference in New Issue
Block a user