From 830b1f527459f413a50f88f89b05cb5e4059235c Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Mon, 20 Jan 2020 16:42:32 +0000 Subject: [PATCH] Update content --- .../views/guidance/upload-a-letter.html | 27 ++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/app/templates/views/guidance/upload-a-letter.html b/app/templates/views/guidance/upload-a-letter.html index 261bd0372..a5bb82745 100644 --- a/app/templates/views/guidance/upload-a-letter.html +++ b/app/templates/views/guidance/upload-a-letter.html @@ -1 +1,26 @@ -Upload your own letters +{% extends "content_template.html" %} +{% from "components/table.html" import mapping_table, row, text_field, edit_field, field with context %} +{% from "components/sub-navigation.html" import sub_navigation %} + +{% block per_page_title %} + Guidance +{% endblock %} + +{% block content_column_content %} + +

Upload a letter

+ +

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

+ +

To upload and send your own letter from a PDF file:

+ +
    +
  1. Sign in to Notify.
  2. +
  3. Go to the Uploads page.
  4. +
  5. Select Upload a letter.
  6. +
  7. Select Choose file.
  8. +
+ +

Your file must meet our letter specification.

+ +{% endblock %}