From 4ee309fab630d1fee81ea26a84cbe84181f20ec2 Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Wed, 23 Dec 2020 10:58:48 +0000 Subject: [PATCH] Update rate increase content --- app/templates/views/pricing/index.html | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/app/templates/views/pricing/index.html b/app/templates/views/pricing/index.html index 82c43d0af..2ec86bdf7 100644 --- a/app/templates/views/pricing/index.html +++ b/app/templates/views/pricing/index.html @@ -229,11 +229,14 @@ {% endfor %} {% endcall %} -
-

Second class postage will increase by 4 pence plus VAT on 1 February 2021.

-

First class postage will increase by 8 pence plus VAT on 1 February 2021.

-

International postage will increase by 5 pence plus VAT on 1 February 2021.

- +
+

We’re changing the cost of sending letters through Notify. This is because Royal Mail has increased their rates.

+

From 1 February 2021:

+
    +
  • second class postage will increase by 4 pence, plus VAT
  • +
  • first class postage will increase by 8 pence, plus VAT
  • +
  • international postage will increase by 5 pence, plus VAT
  • +
{% endblock %}