Merge pull request #3296 from alphagov/add-letter-specification-guidance

Add letter specification guidance
This commit is contained in:
Katie Smith
2020-02-13 16:21:45 +00:00
committed by GitHub
4 changed files with 24 additions and 8 deletions

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" id="letter-specification">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 %}

View File

@@ -33,8 +33,7 @@
)}}
</p>
<p>You can upload a single letter as a PDF.</p>
<p>Your file must meet our <a href="{{ url_for('.letter_spec') }}">letter specification</a>.</p>
<p>To help you set up your letter you can download a <a href="https://docs.notifications.service.gov.uk/documentation/images/notify-pdf-letter-word-template-v1.0.docx">Word document template</a>.</p>
<p>Your file must meet our <a href="{{ url_for('.upload_a_letter', _anchor='letter-specification') }}">letter specification</a>.</p>
</div>
</div>