mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 22:40:31 -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'],
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user