Files
notifications-admin/app/templates/views/guidance/send-files-by-email.html

16 lines
465 B
HTML
Raw Normal View History

2020-01-21 09:28:59 +00:00
{% extends "content_template.html" %}
{% block per_page_title %}
2020-01-22 11:00:21 +00:00
Send files by email
2020-01-21 09:28:59 +00:00
{% endblock %}
{% block content_column_content %}
<h1 class="heading-large">Send files by email</h1>
<p class="govuk-body">To send a file by email, follow the instructions in our <a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('.documentation') }}">API documentation</a>.</p>
2020-01-21 09:28:59 +00:00
<p class="govuk-body">This is an API-only feature.</p>
2020-01-21 09:28:59 +00:00
{% endblock %}