Adding Using Notify to the footer links

This commit is contained in:
Pete Herlihy
2017-08-30 15:28:55 +01:00
committed by Chris Hill-Scott
parent f7ff745872
commit 7a7e71ce5d
6 changed files with 6 additions and 7 deletions

View File

@@ -377,7 +377,7 @@ def format_notification_status_as_field_status(status):
def format_notification_status_as_url(status):
url = partial(url_for, "main.delivery_and_failure")
url = partial(url_for, "main.using_notify")
return {
'technical-failure': url(_anchor='technical-failure'),
'temporary-failure': url(_anchor='not-accepting-messages'),