mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-28 01:50:12 -04:00
notify-admin-687 settings/send text messages changes
This commit is contained in:
@@ -18,17 +18,13 @@
|
||||
<div class="grid-col-9">
|
||||
{{ page_header('Send text messages') }}
|
||||
<p>
|
||||
You may send up to 250,000 text messages during the pilot period.
|
||||
</p>
|
||||
<!--<p>
|
||||
You have a free allowance of
|
||||
{{ '{:,}'.format(current_service.free_sms_fragment_limit) }} text messages each
|
||||
financial year.
|
||||
</p>
|
||||
<!-- <p>
|
||||
It costs 1.58 pence (plus VAT) for each text message you send
|
||||
after your free allowance.
|
||||
</p> -->
|
||||
<p>
|
||||
See <a class="govuk-link govuk-link--no-visited-state" href="{{ url_for(".pricing") }}">pricing</a> for more details.
|
||||
</p>
|
||||
</p>-->
|
||||
{% call form_wrapper() %}
|
||||
{{ form.enabled }}
|
||||
{{ page_footer('Save') }}
|
||||
|
||||
@@ -3059,7 +3059,7 @@ def test_unknown_channel_404s(
|
||||
), [
|
||||
(
|
||||
'sms',
|
||||
'You have a free allowance of 250,000 text messages each financial year.',
|
||||
'You may send up to 250,000 text messages during the pilot period.',
|
||||
'Send text messages',
|
||||
[],
|
||||
'False',
|
||||
|
||||
Reference in New Issue
Block a user