mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-16 20:49:00 -04:00
Merge branch 'main' of https://github.com/GSA/notifications-admin into 686-remove-uk-styles
# Conflicts: # app/templates/views/service-settings/set-sms.html
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
{% from "components/form.html" import form_wrapper %}
|
||||
{% from "components/page-header.html" import page_header %}
|
||||
{% from "components/page-footer.html" import page_footer %}
|
||||
{% from "components/us_components/back-link/macro.njk" import govukBackLink %}
|
||||
{% from "components/uk_components/back-link/macro.njk" import govukBackLink %}
|
||||
|
||||
{% block service_page_title %}
|
||||
Send text messages
|
||||
@@ -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="usa-link" href="{{ url_for(".pricing") }}">pricing</a> for more details.
|
||||
</p>
|
||||
</p>-->
|
||||
{% call form_wrapper() %}
|
||||
{{ form.enabled }}
|
||||
{{ page_footer('Save') }}
|
||||
|
||||
Reference in New Issue
Block a user