mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 00:07:02 -04:00
Merge pull request #1264 from alphagov/quis-patch-1
Only show back button if you’ve come from settings
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
) }}
|
) }}
|
||||||
{{ page_footer(
|
{{ page_footer(
|
||||||
'Save',
|
'Save',
|
||||||
back_link=url_for('.service_settings', service_id=current_service.id),
|
back_link=None if request.args.get('from_template') else url_for('.service_settings', service_id=current_service.id),
|
||||||
back_link_text='Back to settings'
|
back_link_text='Back to settings'
|
||||||
) }}
|
) }}
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
Reference in New Issue
Block a user