mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -04:00
Remove references to computed service attribute
`prefix_sms` is the real database column, which should be referred to from now on.
This commit is contained in:
@@ -94,7 +94,7 @@
|
||||
|
||||
{% call row() %}
|
||||
{{ text_field('Text messages start with service name') }}
|
||||
{{ boolean_field(prefix_sms_with_service_name) }}
|
||||
{{ boolean_field(prefix_sms) }}
|
||||
{{ edit_field('Change', url_for('.service_set_sms_prefix', service_id=current_service.id)) }}
|
||||
{% endcall %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user