mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-15 15:28:50 -04:00
Add permanent-failure to the format_notification_status formatter so the status appears on the activity page.
This commit is contained in:
@@ -220,7 +220,7 @@ def format_notification_status(status, template_type):
|
||||
'failed': '',
|
||||
'technical-failure': 'Technical failure',
|
||||
'temporary-failure': '',
|
||||
'permanent-failure': '',
|
||||
'permanent-failure': 'Permanent failure',
|
||||
'delivered': '',
|
||||
'received': '',
|
||||
'accepted': '',
|
||||
|
||||
Reference in New Issue
Block a user