mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 16:24:08 -04:00
Refactor test to use flag
This commit is contained in:
@@ -57,7 +57,7 @@
|
|||||||
{{ edit_field('Change', url_for('.service_set_inbound_sms', service_id=current_service.id)) }}
|
{{ edit_field('Change', url_for('.service_set_inbound_sms', service_id=current_service.id)) }}
|
||||||
{% endcall %}
|
{% endcall %}
|
||||||
|
|
||||||
{% if 'inbound_sms' in current_service.permissions %}
|
{% if can_receive_inbound %}
|
||||||
{% call row() %}
|
{% call row() %}
|
||||||
{{ text_field('API endpoint for received text messages') }}
|
{{ text_field('API endpoint for received text messages') }}
|
||||||
{{ text_field(
|
{{ text_field(
|
||||||
|
|||||||
Reference in New Issue
Block a user