Remove details of allowance and pricing

This commit is contained in:
karlchillmaid
2021-04-22 13:27:22 +01:00
committed by GitHub
parent 029a6ec3b5
commit e78c10fc40

View File

@@ -31,12 +31,7 @@
<p class="govuk-body">See <a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('.branding_and_customisation', _anchor='text-message-sender') }}">how to change the text message sender</a>.</p>
<h2 class="heading heading-medium">Pricing<h2>
<p class="govuk-body">Each service you add has an annual allowance of free text messages. When youve used your allowance, it costs 1.6 pence (plus VAT) for each additional text message you send to a UK number.</p>
<p class="govuk-body">The free allowance is:</p>
<ul class="list list-bullet">
<li>150,000 free text messages for national services</li>
<li>25,000 free text messages for regional services</li>
<li>10,000 free text messages for state-funded schools and GP practices</li></ul>
<p class="govuk-body"><a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('.pricing') }}">See pricing</a> for more details.</p>
<p class="govuk-body">Each service you add has an annual allowance of free text messages.</p>
<p class="govuk-body"><a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('.pricing', _anchor='text-messages') }}">See pricing</a> for more details.</p>
{% endblock %}