Fix links which point at text message status anchor

This commit is contained in:
Chris Hill-Scott
2022-01-20 15:08:02 +00:00
parent 6414578c70
commit 862b95751b
3 changed files with 6 additions and 6 deletions

View File

@@ -285,7 +285,7 @@ def format_notification_status_as_url(status, notification_type):
return {
'email': url(_anchor='email-statuses'),
'sms': url(_anchor='sms-statuses')
'sms': url(_anchor='text-message-statuses')
}.get(notification_type)