From 7e98128e125e101c96de6dd5c8f0815f571cb4a1 Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Tue, 1 Mar 2022 11:03:11 +0000 Subject: [PATCH 1/2] Update postage pricing table --- app/templates/views/pricing/index.html | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/app/templates/views/pricing/index.html b/app/templates/views/pricing/index.html index d68245624..135a63978 100644 --- a/app/templates/views/pricing/index.html +++ b/app/templates/views/pricing/index.html @@ -233,11 +233,11 @@ caption_visible=False ) %} {% for sheets, second, first, international in [ - ('1 sheet', '39p', '69p', '89p'), - ('2 sheets', '44p', '74p', '97p'), - ('3 sheets', '49p', '79p', '£1.05'), - ('4 sheets', '54p', '84p', '£1.13'), - ('5 sheets', '59p', '89p', '£1.21'), + ('1 sheet', '41p', '63p', '96p'), + ('2 sheets', '46p', '68p', '£1.04'), + ('3 sheets', '51p', '73p', '£1.12'), + ('4 sheets', '56p', '78p', '£1.20'), + ('5 sheets', '61p', '83p', '£1.28'), ] %} {% call row() %} {% call row_heading() %} {{ sheets }} {% endcall %} @@ -250,12 +250,7 @@
-

On 1 March 2022:

- +

These prices were updated on 1 March 2022.

{% endblock %} From 268feba6b505a5e9c3772f6ca15737b13c9c9a41 Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Tue, 1 Mar 2022 11:07:01 +0000 Subject: [PATCH 2/2] =?UTF-8?q?Update=20=E2=80=98last=20updated=E2=80=99?= =?UTF-8?q?=20information?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use same pattern as other Notify pages --- app/templates/views/pricing/index.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/app/templates/views/pricing/index.html b/app/templates/views/pricing/index.html index 135a63978..d21073d73 100644 --- a/app/templates/views/pricing/index.html +++ b/app/templates/views/pricing/index.html @@ -1,3 +1,4 @@ +{% from "components/content-metadata.html" import content_metadata %} {% from "components/table.html" import mapping_table, row, text_field, field, row_heading %} {% from "components/live-search.html" import live_search %} {% from "components/details/macro.njk" import govukDetails %} @@ -11,6 +12,13 @@ {% block content_column_content %}

Pricing

+ + {{ content_metadata( + data={ + "Last updated": "1 March 2022" + } + ) }} +

GOV.UK Notify is free to use unless you: