Files
notifications-admin/app/templates/views/integration-testing.html
T

25 lines
635 B
HTML
Raw Normal View History

{% from "components/table.html" import mapping_table, row, text_field, edit_field, field with context %}
{% extends "withoutnav_template.html" %}
2017-02-13 10:45:15 +00:00
{% block per_page_title %}
Integration testing
{% endblock %}
{% block maincolumn_content %}
2020-02-19 11:57:15 +00:00
<div class="govuk-grid-row">
<div class="govuk-grid-column-two-thirds">
<h1 class="heading-large">Integration testing</h1>
2018-11-06 17:24:30 +00:00
<p>This information has moved.</p>
<p>
Refer to the <a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('main.documentation') }}">documentation
2018-11-06 17:24:30 +00:00
for the client library you are using.
</p>
</div>
</div>
{% endblock %}