diff --git a/app/templates/views/guidance/upload-a-letter.html b/app/templates/views/guidance/upload-a-letter.html index 8211c3de4..2965e2961 100644 --- a/app/templates/views/guidance/upload-a-letter.html +++ b/app/templates/views/guidance/upload-a-letter.html @@ -9,7 +9,8 @@

Upload a letter

-

You can upload and send your own letters instead of creating a reusable letter template.

+

Upload a one-off letter as a PDF and we’ll print, pack and post it for you.

+

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.

To upload and send a letter from a PDF file:

@@ -19,7 +20,9 @@
  • Select Choose file.
  • -

    Letter specification

    +

    Your file must meet our letter specification

    + +

    The content of your letter must appear inside the printable area.

    Your file must be:

    @@ -30,14 +33,6 @@
  • smaller than 2MB
  • -

    The content of your letter must appear inside the printable area.

    - -

    To help you set up your letter, you can download our:

    - - - +

    To help you set up your letter, you can download our letter specification document (PDF).

    {% endblock %} diff --git a/app/templates/views/uploads/choose-file.html b/app/templates/views/uploads/choose-file.html index 897926997..69626e55c 100644 --- a/app/templates/views/uploads/choose-file.html +++ b/app/templates/views/uploads/choose-file.html @@ -22,6 +22,8 @@ 'Upload a letter', back_link=url_for('main.uploads', service_id=current_service.id) ) }} +

    Upload a single letter as a PDF and we’ll print, pack and post it for you.

    +

    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.

    {% endif %}

    @@ -32,9 +34,21 @@ show_errors=False )}}

    -

    You can upload a single letter as a PDF.

    -

    Your file must meet our letter specification.

    +

    Your file must meet our letter specification

    + +

    The content of your letter must appear inside the printable area.

    + +

    Your file must be:

    + + + +

    To help you set up your letter, you can download our letter specification document (PDF).

    {% endblock %}