forked from CGM_Public/pretix_original
Improve a help text
This commit is contained in:
@@ -290,8 +290,9 @@ 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 a CSV file with a title column '
|
help_text=_('You can either supply a list of email addresses with one email address per line, or the contents '
|
||||||
'and one or more of the columns "email", "number", "name", or "tag".')
|
'of a CSV file with a title column and one or more of the columns "email", "number", "name", '
|
||||||
|
'or "tag".')
|
||||||
)
|
)
|
||||||
Recipient = namedtuple('Recipient', 'email number name tag')
|
Recipient = namedtuple('Recipient', 'email number name tag')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user