Don’t duplicate columns in example spreadsheet

If a template has a placeholder like `((email address))` then the sample
spreadsheet and CSV file have the email column twice.

Trying to upload this spreadsheet will result in a ‘duplicate column’
error.

This commit fixes it so that the column will only appear once.
This commit is contained in:
Chris Hill-Scott
2018-06-08 12:49:29 +01:00
parent 1fc4e1657d
commit 4b37ca4021
4 changed files with 64 additions and 6 deletions

View File

@@ -18,4 +18,4 @@ notifications-python-client==4.8.2
# PaaS
awscli-cwlogs>=1.4,<1.5
git+https://github.com/alphagov/notifications-utils.git@29.0.0#egg=notifications-utils==29.0.0
git+https://github.com/alphagov/notifications-utils.git@29.1.0#egg=notifications-utils==29.1.0