mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-14 18:30:15 -04:00
Create send-a-file-by-email.html
This commit is contained in:
committed by
Chris Hill-Scott
parent
6f1f57cc22
commit
7da98c3745
18
app/templates/views/guidance/send-a-file-by-email.html
Normal file
18
app/templates/views/guidance/send-a-file-by-email.html
Normal file
@@ -0,0 +1,18 @@
|
||||
{% extends "content_template.html" %}
|
||||
{% from "components/table.html" import mapping_table, row, text_field, edit_field, field with context %}
|
||||
{% from "components/sub-navigation.html" import sub_navigation %}
|
||||
|
||||
{% block per_page_title %}
|
||||
Guidance
|
||||
{% endblock %}
|
||||
|
||||
{% block content_column_content %}
|
||||
|
||||
<h1 class="heading-large">Send files by email</h1>
|
||||
|
||||
<p><a href="{{ url_for('.support') }}">Contact us</a> if you want to send files by email.</p>
|
||||
|
||||
<p>Follow the instructions to send a file by email in our <a href="{{ url_for('.documentation') }}">API documentation</a>.</p>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user