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

25 lines
596 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 %}
2023-08-23 16:18:25 -04:00
<div class="grid-row">
<div class="grid-col-8">
2023-06-06 15:28:24 -04:00
<h1 class="font-body-2xl margin-bottom-3">Integration testing</h1>
2023-06-06 15:28:24 -04:00
<p>This information has moved.</p>
2018-11-06 17:24:30 +00:00
2023-06-06 15:28:24 -04:00
<p>
2023-08-08 16:19:17 -04:00
Refer to the <a class="usa-link" 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 %}