From a46fa22bd271d8b6c8aae64bbe0dd6838418ccd6 Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Wed, 23 Dec 2020 14:09:45 +0000 Subject: [PATCH] Update letter prices --- app/templates/views/pricing/index.html | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/app/templates/views/pricing/index.html b/app/templates/views/pricing/index.html index 0ada9175a..56d502b70 100644 --- a/app/templates/views/pricing/index.html +++ b/app/templates/views/pricing/index.html @@ -214,11 +214,11 @@ caption_visible=False ) %} {% for sheets, second, first, international in [ - ('1 sheet', '35p', '61p', '84p'), - ('2 sheets', '40p', '66p', '92p'), - ('3 sheets', '45p', '71p', '£1'), - ('4 sheets', '50p', '76p', '£1.08'), - ('5 sheets', '55p', '81p', '£1.16'), + ('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'), ] %} {% call row() %} {% call row_heading() %} {{ sheets }} {% endcall %} @@ -229,15 +229,9 @@ {% endfor %} {% endcall %} -
-

From 1 February 2021:

- -

This is because Royal Mail has increased its rates.

+
+

These prices were updated on 1 February 2021.

{% endblock %}