Don’t repeat names of columns in the error message

It makes the error message quite noisy.

We’re going to move the table right underneath the error message, so
you’ll be able to see the column names right there.
This commit is contained in:
Chris Hill-Scott
2017-05-11 11:14:27 +01:00
parent 3bccf39c77
commit 30fe6db2e2
2 changed files with 2 additions and 9 deletions

View File

@@ -81,13 +81,7 @@
your template
</h1>
<p>
Your file has {{ recipients.column_headers | formatted_list(
prefix='one column, called ',
prefix_plural='columns called '
) }}.
</p>
<p>
It doesnt have {{ recipients.missing_column_headers | formatted_list(
Your file doesnt have {{ recipients.missing_column_headers | formatted_list(
conjunction='or',
prefix='a column called ',
prefix_plural='columns called '