Files
notifications-admin/app/templates/views/guidance/upload-a-letter.html
karlchillmaid 68c9486b1f Remove content from this page
This content has moved to the new Letter specification page.

Will need to add the link to that page.
2020-09-21 16:09:53 +01:00

26 lines
967 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{% extends "content_template.html" %}
{% from "components/service-link.html" import service_link %}
{% block per_page_title %}
Upload a letter
{% endblock %}
{% block content_column_content %}
<h1 class="heading-large">Upload a letter</h1>
<p class="govuk-body">Upload a one-off letter as a PDF and well 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>
<p class="govuk-body">To upload and send a letter from a PDF file:</p>
<ol class="list list-number">
<li>Go to the {{ service_link(current_service, 'main.uploads', 'uploads') }} page.</li>
<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>
</ol>
<p class="govuk-body">Your file must meet our <a href="#">letter specification</a></p>
{% endblock %}