mirror of
https://github.com/pretix/pretix.git
synced 2026-05-10 16:04:02 +00:00
Fix bulk voucher CSV field description (#5120)
This commit is contained in:
@@ -303,7 +303,7 @@ class VoucherBulkForm(VoucherForm):
|
|||||||
}),
|
}),
|
||||||
required=False,
|
required=False,
|
||||||
help_text=_('You can either supply a list of email addresses with one email address per line, or the contents '
|
help_text=_('You can either supply a list of email addresses with one email address per line, or the contents '
|
||||||
'of a CSV file with a title column and one or more of the columns "email", "number", "name", '
|
'of a CSV file with a title row and one or more of the columns "email", "number", "name", '
|
||||||
'or "tag".')
|
'or "tag".')
|
||||||
)
|
)
|
||||||
Recipient = namedtuple('Recipient', 'email number name tag')
|
Recipient = namedtuple('Recipient', 'email number name tag')
|
||||||
|
|||||||
Reference in New Issue
Block a user