mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-19 05:59:44 -04:00
Make Jinja template generic
This will let us reuse the same code for displaying pages of previous and rejected alerts.
This commit is contained in:
@@ -53,6 +53,7 @@ def broadcast_dashboard_previous(service_id):
|
||||
'completed',
|
||||
'rejected',
|
||||
),
|
||||
page_title='Previous alerts',
|
||||
empty_message='You do not have any previous alerts',
|
||||
view_broadcast_endpoint='.view_previous_broadcast',
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user