mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -04:00
comment out user's ability to turn on/off sms
This commit is contained in:
@@ -39,7 +39,7 @@
|
|||||||
{% call row() %}
|
{% call row() %}
|
||||||
{{ text_field('Send text messages') }}
|
{{ text_field('Send text messages') }}
|
||||||
{{ boolean_field('sms' in current_service.permissions) }}
|
{{ boolean_field('sms' in current_service.permissions) }}
|
||||||
{{ edit_field(
|
{# {{ edit_field(
|
||||||
'Change',
|
'Change',
|
||||||
url_for(
|
url_for(
|
||||||
'.service_set_channel',
|
'.service_set_channel',
|
||||||
@@ -48,7 +48,7 @@
|
|||||||
),
|
),
|
||||||
permissions=['manage_service'],
|
permissions=['manage_service'],
|
||||||
suffix='your settings for sending text messages',
|
suffix='your settings for sending text messages',
|
||||||
)}}
|
)}} #}
|
||||||
{% endcall %}
|
{% endcall %}
|
||||||
|
|
||||||
{% if current_user.platform_admin %}
|
{% if current_user.platform_admin %}
|
||||||
|
|||||||
Reference in New Issue
Block a user