mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-05 08:48:25 -04:00
Includes: - make 'remove team member' link, on edit member permissions page, destructive - convert missed links on /features pages - convert missed links on /using-notify/guidance and sub pages - give links in browse-lists back their size and weight (needed for lists of live and trial services on Platform Admin) - give links on Platform Admin inbound numbers page back their size and weight - update links in JS tests
16 lines
537 B
HTML
16 lines
537 B
HTML
{% extends "content_template.html" %}
|
|
|
|
{% block per_page_title %}
|
|
Send files by email
|
|
{% endblock %}
|
|
|
|
{% block content_column_content %}
|
|
|
|
<h1 class="heading-large">Send files by email</h1>
|
|
|
|
<p><a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('.support') }}">Contact us</a> if you want to send files by email.</p>
|
|
|
|
<p>Then follow the instructions to send a file by email in our <a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('.documentation') }}">API documentation</a>.</p>
|
|
|
|
{% endblock %}
|