Fix wrong error message if file is missing columns

Accidentally got broken here:
41fa158635 (diff-bff3df90be0231a1e33e033fc51ba7f7L78)

This commit changes it back to how it was before (but keeping the new macro for formatting the list).
This commit is contained in:
Chris Hill-Scott
2017-02-27 12:06:16 +00:00
parent b37e7fd188
commit e1f53760bf
2 changed files with 31 additions and 14 deletions

View File

@@ -70,7 +70,7 @@
) }}.
</p>
<p>
It doesnt have {{ recipients.column_headers | formatted_list(
It doesnt have {{ recipients.missing_column_headers | formatted_list(
conjunction='or',
prefix='a column called ',
prefix_plural='columns called '