Update status information

This commit is contained in:
karlchillmaid
2019-04-11 16:32:02 +01:00
committed by GitHub
parent 30504a8026
commit 2c62409dbd

View File

@@ -3,7 +3,7 @@
{% from "components/table.html" import mapping_table, row, text_field %} {% from "components/table.html" import mapping_table, row, text_field %}
{% block per_page_title %} {% block per_page_title %}
Message statuses Message status
{% endblock %} {% endblock %}
{% block maincolumn_content %} {% block maincolumn_content %}
@@ -29,9 +29,9 @@
> >
<h2 id="messagestatus" class="heading-medium">Types of message status</h2> <h2 id="messagestatus" class="heading-medium">Types of message status</h2>
<p>These are the types of message status youll see when youre signed in to Notify.</p> <p>These are the types of message status youll see when youre signed in to Notify.</p>
<p>If you're using our API, some of the statuses you'll see will be different. <a href="https://www.notifications.service.gov.uk/documentation">Read our documentation</a> for a detailed list of API message status types.</p> <p>If you're using our API, some of the statuses you'll see will be different. <a href="https://www.notifications.service.gov.uk/documentation">Read our documentation</a> for a detailed list of API message statuses.</p>
<h3 class="heading-small">Email</h3> <h3 class="heading-small">Emails</h3>
<div class="bottom-gutter-3-2"> <div class="bottom-gutter-3-2">
{% call mapping_table( {% call mapping_table(
caption='Message statuses emails', caption='Message statuses emails',
@@ -89,7 +89,7 @@
{% for message_length, charge in [ {% for message_length, charge in [
('Sent', 'Notify has sent the letter to the provider to be printed.'), ('Sent', 'Notify has sent the letter to the provider to be printed.'),
('Cancelled', 'Sending cancelled. Your letter will not be printed or dispatched.'), ('Cancelled', 'Sending cancelled. Your letter will not be printed or dispatched.'),
('Technical failure', 'Notify had an unexpected error while sending to our printing provider.'), ('Technical failure', 'Notify had an unexpected error while sending the letter to our printing provider.'),
] %} ] %}
{% call row() %} {% call row() %}
{{ text_field(message_length) }} {{ text_field(message_length) }}