comment out user's ability to turn on/off sms

This commit is contained in:
Beverly Nguyen
2025-06-16 15:44:40 -07:00
parent 295e7a23e3
commit ae0715eee5

View File

@@ -39,7 +39,7 @@
{% call row() %}
{{ text_field('Send text messages') }}
{{ boolean_field('sms' in current_service.permissions) }}
{{ edit_field(
{# {{ edit_field(
'Change',
url_for(
'.service_set_channel',
@@ -48,7 +48,7 @@
),
permissions=['manage_service'],
suffix='your settings for sending text messages',
)}}
)}} #}
{% endcall %}
{% if current_user.platform_admin %}