mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-06 03:13:42 -05:00
25 lines
581 B
HTML
25 lines
581 B
HTML
{% from "components/table.html" import mapping_table, row, text_field, edit_field, field with context %}
|
|
{% extends "base.html" %}
|
|
|
|
{% block per_page_title %}
|
|
Integration testing
|
|
{% endblock %}
|
|
|
|
{% block maincolumn_content %}
|
|
|
|
<div class="grid-row">
|
|
<div class="grid-col-8">
|
|
<h1 class="font-body-2xl margin-bottom-3">Integration testing</h1>
|
|
|
|
<p>This information has moved.</p>
|
|
|
|
<p>
|
|
Refer to the <a class="usa-link" href="{{ url_for('main.documentation') }}">documentation
|
|
for the client library you are using.
|
|
</p>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
{% endblock %}
|