diff --git a/app/templates/views/check/ok.html b/app/templates/views/check/ok.html index 85f79b97b..851034e36 100644 --- a/app/templates/views/check/ok.html +++ b/app/templates/views/check/ok.html @@ -59,7 +59,7 @@ ] + recipients.column_headers ) %} {% call index_field() %} - + {{ item.index + 2 }} {% endcall %} diff --git a/tests/app/main/views/test_send.py b/tests/app/main/views/test_send.py index bc7423dea..e6a2ce782 100644 --- a/tests/app/main/views/test_send.py +++ b/tests/app/main/views/test_send.py @@ -517,7 +517,7 @@ def test_upload_valid_csv_shows_preview_and_table( assert page.select_one('.sms-message-wrapper').text.strip() == expected_message for index, cell in enumerate([ - ' 2 ', + ' 2 ', '
07700900001
', '
A
', (