2020-01-20 16:42:32 +00:00
|
|
|
|
{% extends "content_template.html" %}
|
2020-02-20 15:11:10 +00:00
|
|
|
|
{% from "components/service-link.html" import service_link %}
|
2020-01-20 16:42:32 +00:00
|
|
|
|
|
|
|
|
|
|
{% block per_page_title %}
|
2020-01-22 11:01:37 +00:00
|
|
|
|
Upload a letter
|
2020-01-20 16:42:32 +00:00
|
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
|
|
|
|
{% block content_column_content %}
|
|
|
|
|
|
|
|
|
|
|
|
<h1 class="heading-large">Upload a letter</h1>
|
2020-02-19 08:20:38 +00:00
|
|
|
|
|
2020-05-29 17:11:01 +01:00
|
|
|
|
<p class="govuk-body">Upload a one-off letter as a PDF and we’ll print, pack and post it for you.</p>
|
|
|
|
|
|
<p class="govuk-body">You can use this feature if you send a lot of one-off letters or if our reusable letter templates do not meet your needs.</p>
|
2020-02-19 08:20:38 +00:00
|
|
|
|
|
2020-05-29 17:11:01 +01:00
|
|
|
|
<p class="govuk-body">To upload and send a letter from a PDF file:</p>
|
2020-02-19 08:20:38 +00:00
|
|
|
|
|
2020-01-20 16:42:32 +00:00
|
|
|
|
<ol class="list list-number">
|
2020-02-20 15:11:10 +00:00
|
|
|
|
<li>Go to the {{ service_link(current_service, 'main.uploads', 'uploads') }} page.</li>
|
2020-01-24 10:29:35 +00:00
|
|
|
|
<li>Select <b class="govuk-!-font-weight-bold">Upload a letter</b>.</li>
|
|
|
|
|
|
<li>Select <b class="govuk-!-font-weight-bold">Choose file</b>.</li>
|
2020-01-20 16:42:32 +00:00
|
|
|
|
</ol>
|
|
|
|
|
|
|
2020-12-11 11:24:58 +00:00
|
|
|
|
<p class="govuk-body">Your file must meet our <a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('main.letter_specification') }}">letter specification</a>.</p>
|
2020-01-20 16:42:32 +00:00
|
|
|
|
|
|
|
|
|
|
{% endblock %}
|