Add brackets for VAT

This commit is contained in:
karlchillmaid
2019-08-09 13:15:14 +01:00
committed by GitHub
parent abf63d3ba5
commit 4eeb71c432

View File

@@ -142,14 +142,14 @@
{% endcall %}
</div>
<div class="panel panel-border-wide">
<p>These prices will increase by 5 pence plus VAT on 1 October 2019.</p>
<p>These prices will increase by 5 pence (plus VAT) on 1 October 2019.</p>
</div>
<p>Prices include:</p>
<ul class="list list-bullet">
<li>paper</li>
<ul class="list list-bullet">
<li>paper</li>
<li>double-sided colour printing</li>
<li>C5 size envelopes with an address window</li>
<li>first or second class postage</li>
</ul>
</ul>
{% endblock %}