Add permanent-failure to the format_notification_status formatter so the status appears on the activity page.

This commit is contained in:
Rebecca Law
2021-06-15 13:08:07 +01:00
parent aedf875110
commit d7364eb21a
2 changed files with 2 additions and 2 deletions

View File

@@ -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': '',