mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 17:45:32 -04:00
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:
@@ -17,8 +17,8 @@ GOV.UK Notify | Service settings
|
||||
{{ textbox(form.new_password) }}
|
||||
{{ page_footer(
|
||||
'Save',
|
||||
back_link=url_for('.user_profile'),
|
||||
back_link_text="Back to your profile"
|
||||
secondary_link=url_for('.user_profile'),
|
||||
secondary_link_text="Back to your profile"
|
||||
) }}
|
||||
</form>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user