Comment out agreement link

Comment out agreement link.

Removed link to help reduce the number of signed agreements submitted without completing the request to go live.

The agreement doesn't contain any more information than the new How to pay content.
This commit is contained in:
karlchillmaid
2019-04-09 15:08:14 +01:00
committed by Chris Hill-Scott
parent fce2c709f6
commit a42e79ea2d

View File

@@ -126,7 +126,7 @@
<h2 class="heading-medium" id="paying">How to pay</h2>
<p>Before you can use Notify to send letters or pay for text messages you'll need to raise a Purchase Order (PO). You may need to set up the Cabinet Office as a supplier first.</p>
<p>Once you've 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>
<p>Read our data sharing and financial agreement for more information.</p>
<!--<p>Read our data sharing and financial agreement for more information.</p>
<p>
{{ agreement_info.as_pricing_paragraph(
pricing_link=url_for('main.sign_in', next=url_for('main.pricing', _anchor='paying')),
@@ -134,7 +134,7 @@
support_link=url_for('.feedback', ticket_type='ask-question-give-feedback', body='agreement'),
signed_in=current_user.is_authenticated,
) }}
</p>
</p>-->
</div>
</div>