mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-16 20:49:00 -04:00
Put the inbound number on the invite page
Inbound number and SMS sender are divorced from each other now. This page was assuming that they were the same thing.
This commit is contained in:
@@ -394,6 +394,7 @@ def service_set_international_sms(service_id):
|
||||
def service_set_inbound_sms(service_id):
|
||||
return render_template(
|
||||
'views/service-settings/set-inbound-sms.html',
|
||||
inbound_number=inbound_number_client.get_inbound_sms_number_for_service(service_id)['data']['number'],
|
||||
)
|
||||
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<h1 class="heading-large">Receive text messages</h1>
|
||||
{% if 'inbound_sms' in current_service.permissions %}
|
||||
<p>
|
||||
Your service can receive text messages sent to {{ current_service.sms_sender }}.
|
||||
Your service can receive text messages sent to {{ inbound_number }}.
|
||||
</p>
|
||||
<p>
|
||||
If you want to turn this feature off,
|
||||
|
||||
Reference in New Issue
Block a user