Remove ‘How to pay’ section from pricing page

It’s on its own page now.
This commit is contained in:
Chris Hill-Scott
2019-06-04 10:53:46 +01:00
parent 22299ea97d
commit 8f6089c62f
2 changed files with 2 additions and 12 deletions

View File

@@ -95,6 +95,7 @@
<div class="column-one-quarter">
<ul>
<li><a href="{{ url_for("main.pricing") }}">Pricing</a></li>
<li><a href="{{ url_for("main.how_to_pay") }}">How to pay</a></li>
</ul>
</div>
<div class="column-one-quarter">

View File

@@ -37,7 +37,7 @@
<li>25,000 free text messages for other public sector services</li>
</ul>
<p>It costs 1.58 pence (plus VAT) for each text message you send after your free allowance.</p>
<p>See <a href="#paying">how to pay</a>.
<p>See <a href="{{ url_for('main.how_to_pay') }}">how to pay</a>.
<h3 class="heading-small">Long text messages</h3>
<p>If a text message is longer than 160 characters (including spaces), itll be charged as more than one message:</p>
@@ -144,17 +144,6 @@
<li>C5 size envelopes with an address window</li>
<li>first or second class postage</li>
</ul>
<h2 class="heading-medium" id="paying">How to pay</h2>
<p>Before you can use Notify to send letters or pay for text messages youll need to:</p>
<ul class="list list-bullet">
<li>send us a request to make your service live</li>
<li>sign our data sharing and financial agreement</li>
<li>raise a Purchase Order (PO)</li>
</ul>
<p>You may need to set up the Cabinet Office as a supplier before you can raise a PO.</p>
<p>After youve done that, Notify will send you an invoice at the end of each quarter. If the value of an invoice is very small, we roll it into the next quarter to save time and effort.</p>
</div>
</div>