Review usage of secondary/back links

This commit examines all the pages that use the page footer component, and
determines whether they should have a back button, a secondary link, both or
neither.
This commit is contained in:
Chris Hill-Scott
2016-02-05 10:43:49 +00:00
parent f5807d939a
commit 0fc927b458
10 changed files with 18 additions and 19 deletions
@@ -23,9 +23,10 @@ GOV.UK Notify | Service settings
<form method="post">
{{ page_footer(
'Turn off all outgoing notifications',
'Suspend API keys',
destructive=True,
back_link=url_for('.service_settings', service_id=service_id)
back_link=url_for('.service_settings', service_id=service_id),
back_link_text='Back to settings'
) }}
</form>