Merge pull request #1215 from alphagov/fix-address-column-handling

Fix address column handling
This commit is contained in:
Chris Hill-Scott
2017-04-06 16:25:18 +01:00
committed by GitHub
6 changed files with 49 additions and 30 deletions

View File

@@ -41,8 +41,8 @@
<p>
When you send messages using this template youll need
{{ new_template.placeholders|length + 1 }}
column{{ 's' if new_template.placeholders|length > 0 else '' }} of data:
{{ column_headings|length }}
column{{ 's' if column_headings|length > 1 else '' }} of data:
</p>
<div class="spreadsheet">