mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-04 00:18:52 -04:00
Update content
This commit is contained in:
committed by
Chris Hill-Scott
parent
fef1a92cce
commit
830b1f5274
@@ -1 +1,26 @@
|
||||
Upload your own letters
|
||||
{% 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">Upload a letter</h1>
|
||||
|
||||
<p>You can upload and send your own letters instead of creating a reusable letter template.</p>
|
||||
|
||||
<p>To upload and send your own letter from a PDF file:</p>
|
||||
|
||||
<ol class="list list-number">
|
||||
<li><a href="{{ url_for('.register') }}">Sign in to Notify</a>.</li>
|
||||
<li>Go to the Uploads page.</li>
|
||||
<li>Select Upload a letter.</li>
|
||||
<li>Select Choose file.</li>
|
||||
</ol>
|
||||
|
||||
<p>Your file must meet our letter specification.</p>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user