mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-05 22:48:24 -04:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user