mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-19 05:59:44 -04:00
Merge pull request #1135 from alphagov/fix-recipient-column-error
Fix error message when recipient column missing
This commit is contained in:
@@ -41,7 +41,11 @@
|
||||
<div class="bottom-gutter">
|
||||
{% call banner_wrapper(type='dangerous') %}
|
||||
<h1 class='banner-title'>
|
||||
Your file needs to have a column called ‘{{ recipients.recipient_column_header }}’
|
||||
Your file needs to have {{ formatted_list(
|
||||
recipients.recipient_column_headers,
|
||||
prefix='a column called',
|
||||
prefix_plural='columns called'
|
||||
) }}
|
||||
</h1>
|
||||
<p>
|
||||
Your file has {{ formatted_list(
|
||||
|
||||
Reference in New Issue
Block a user