mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-25 08:44:23 -04:00
Merge pull request #4259 from alphagov/no-support-882
Document +882 numbers are not supported
This commit is contained in:
@@ -197,7 +197,7 @@
|
|||||||
|
|
||||||
<div id="international-pricing" class="bottom-gutter-3-2">
|
<div id="international-pricing" class="bottom-gutter-3-2">
|
||||||
{% call mapping_table(
|
{% call mapping_table(
|
||||||
caption='Letter pricing',
|
caption='International text message rates',
|
||||||
field_headings=['Country code', 'Country', 'Cost multiplier'],
|
field_headings=['Country code', 'Country', 'Cost multiplier'],
|
||||||
field_headings_visible=True,
|
field_headings_visible=True,
|
||||||
caption_visible=False
|
caption_visible=False
|
||||||
@@ -213,10 +213,16 @@
|
|||||||
{{ text_field('{} ×'.format(billable_units)|safe) }}
|
{{ text_field('{} ×'.format(billable_units)|safe) }}
|
||||||
{% endcall %}
|
{% endcall %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
|
{% call row() %}
|
||||||
|
{{ text_field('+882') }}
|
||||||
|
{% call field() %}Worldwide{% endcall %}
|
||||||
|
{{ text_field('Not supported') }}
|
||||||
|
{% endcall %}
|
||||||
{% endcall %}
|
{% endcall %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% endset %}
|
{% endset %}
|
||||||
|
|
||||||
{{ govukDetails({
|
{{ govukDetails({
|
||||||
"summaryText": "International text message rates",
|
"summaryText": "International text message rates",
|
||||||
"html": smsIntRates
|
"html": smsIntRates
|
||||||
|
|||||||
Reference in New Issue
Block a user