Simplify numbered list of instructions

Simplify numbered list of instructions and change file links
This commit is contained in:
karlchillmaid
2020-02-14 14:09:32 +00:00
committed by GitHub
parent 390fcc2269
commit 2184f4c704

View File

@@ -15,8 +15,7 @@
<p>To upload and send a letter from a PDF file:</p>
<ol class="list list-number">
<li><a href="{{ url_for('.sign_in') }}">Sign in to Notify</a>.</li>
<li>Go to the <b class="govuk-!-font-weight-bold">Uploads</b> page.</li>
<li>Go to the <b class="govuk-!-font-weight-bold"><a href="{{ url_for('.uploads', service_id=current_service.id) }}">Uploads</a></b> 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>
@@ -34,11 +33,11 @@
<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>
<p>To help you set up your letter, you can download our:</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>
<li><a href="{{ url_for('.letter_spec') }}">letter specification document (PDF)</a></li>
<li><a href="https://docs.notifications.service.gov.uk/documentation/images/notify-pdf-letter-word-template-v1.0.docx">print margin checker for Microsoft Word (.docx)</a></li>
</ul>