mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-03-03 17:01:26 -05:00
Fix merge conflict and typo in html
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
|
||||
{% call row() %}
|
||||
{{ text_field('Text message sender') }}
|
||||
{{ text_field(current_service.sms_sender}}
|
||||
{{ text_field(current_service.sms_sender) }}
|
||||
{% if current_user.has_permissions([], admin_override=True) or not can_receive_inbound %}
|
||||
{{ edit_field('Change', url_for('.service_set_sms_sender', service_id=current_service.id, set_inbound_sms=False)) }}
|
||||
{% else %}
|
||||
|
||||
Reference in New Issue
Block a user