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:
Chris Hill-Scott
2017-11-07 11:08:26 +00:00
parent 65f20694cc
commit a358acfd05
4 changed files with 6 additions and 9 deletions

View File

@@ -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 %}