mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 16:24:08 -04:00
Get the inbound sms working.
Created a new test file for the inbound sms service settings changes, felt like the other file was too massive
This commit is contained in:
@@ -204,7 +204,7 @@
|
||||
</li>
|
||||
<li class="bottom-gutter">
|
||||
{% if can_receive_inbound %}
|
||||
<a href="{{ url_for('.service_set_sms_sender', service_id=current_service.id, set_inbound_sms=True) }}" class="button">
|
||||
<a href="{{ url_for('.service_set_inbound_number', service_id=current_service.id, set_inbound_sms=False) }}" class="button">
|
||||
Stop inbound sms
|
||||
</a>
|
||||
{% else %}
|
||||
|
||||
Reference in New Issue
Block a user