mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-23 09:29:14 -04:00
Fix links which point at text message status anchor
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user