Merge pull request #1619 from alphagov/remove-references-to-computed-column

Remove references to computed column
This commit is contained in:
Chris Hill-Scott
2017-11-20 10:27:30 +00:00
committed by GitHub
8 changed files with 69 additions and 13 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 %}