Make table labels match titles of callback pages

This makes it consistent from page to page, and match the wording that
Thom came up with.
This commit is contained in:
Chris Hill-Scott
2017-12-13 10:35:37 +00:00
parent 87aee243b6
commit f02ec30979
4 changed files with 11 additions and 9 deletions

View File

@@ -18,13 +18,13 @@
caption_visible=False
) %}
{% call row() %}
{{ text_field('Delivery status callback URL') }}
{{ text_field('Callbacks for delivery receipts') }}
{{ optional_text_field(received_text_messages_callback) }}
{{ edit_field('Change', url_for('.delivery_status_callback', service_id=current_service.id)) }}
{% endcall %}
{% call row() %}
{{ text_field('Received text messages callback URL') }}
{{ text_field('Callbacks for received text messages') }}
{{ optional_text_field(delivery_status_callback) }}
{{ edit_field('Change', url_for('.received_text_messages_callback', service_id=current_service.id)) }}
{% endcall %}