Merge pull request #3746 from alphagov/update-postage-prices

Tell users that postage prices will increase in February.
This commit is contained in:
karlchillmaid
2020-12-23 11:43:43 +00:00
committed by GitHub

View File

@@ -229,8 +229,15 @@
{% endfor %}
{% endcall %}
</div>
<div class="panel panel-border-wide">
<p class="govuk-body">These prices were updated on 7 September 2020.</p>
<div class="panel panel-border-wide">
<p class="govuk-body">From 1 February 2021:</p>
<ul class="list list-bullet">
<li>second class postage will increase by 4 pence, plus VAT</li>
<li>first class postage will increase by 8 pence, plus VAT</li>
<li>international postage will increase by 5 pence, plus VAT</li>
</ul>
<p class="govuk-body">This is because Royal Mail has increased their rates.</p>
</div>
{% endblock %}