Add link back to API integration from callbacks

Matches what we do on the API keys and whitelist pages.
This commit is contained in:
Chris Hill-Scott
2018-01-11 17:22:27 +00:00
parent b3673a94a2
commit 67b54d850f
3 changed files with 65 additions and 0 deletions

View File

@@ -30,4 +30,8 @@
{% endcall %}
{% endcall %}
</div>
{{ page_footer(
secondary_link=url_for('.api_integration', service_id=current_service.id),
secondary_link_text='Back to API integration'
) }}
{% endblock %}