Add letter specification guidance

Add letter specification information to the guidance
This commit is contained in:
karlchillmaid
2020-02-12 14:13:50 +00:00
committed by GitHub
parent e78ea10b49
commit 8fb9668775

View File

@@ -21,8 +21,25 @@
<li>Select <b class="govuk-!-font-weight-bold">Choose file</b>.</li>
</ol>
<p>Use the <a href="{{ url_for('.letter_spec') }}">letter specification document</a> to help you set up your letter.<p>
<h2 class="heading-medium">Letter specification</h2>
<p>Your file must be:</p>
<ul class="list list-bullet">
<li>a PDF</li>
<li>A4 portrait size (210 × 297 mm)</li>
<li>10 pages or less</li>
<li>smaller than 2MB</li>
</ul>
<p>The content of your letter must appear inside the printable area.</p>
<p>To help you set up your letter, you can download:</p>
<ul class="list list-bullet">
<li>our <a href="{{ url_for('.letter_spec') }}">letter specification document (PDF)</a></li>
<li>a <a href="https://docs.notifications.service.gov.uk/documentation/images/notify-pdf-letter-word-template-v1.0.docx">Microsoft Word document template (.docx)</a></li>
</ul>
{% endblock %}