Files
notifications-admin/app/templates/views/integration-testing.html
Jonathan Bobel 348e29fb40 - Removed links to the gov uk stylesheets
- Deleted /stylesheets folder
- Removed sass build from gulpfile
- Changed gov links to usa links
- Changed other govuk styles, like breadcrumbs
- Changed name of uk_components file to us_components
- Fixed a few tests that broke on account of the changes
2023-08-08 16:19:17 -04:00

25 lines
620 B
HTML

{% from "components/table.html" import mapping_table, row, text_field, edit_field, field with context %}
{% extends "withoutnav_template.html" %}
{% block per_page_title %}
Integration testing
{% endblock %}
{% block maincolumn_content %}
<div class="govuk-grid-row">
<div class="govuk-grid-column-two-thirds">
<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 %}