misc: mention publication date in events CSV import help text (#44776)

This commit is contained in:
Frédéric Péters 2020-07-03 09:45:15 +02:00
parent 4786270f5b
commit fc06234f5c
1 changed files with 2 additions and 2 deletions

View File

@ -265,8 +265,8 @@ class ImportEventsForm(forms.Form):
help_text=_(
'CSV file with date, time, number of places, '
'number of places in waiting list, label, and '
'optionally, identifier, description, pricing '
'and URL as columns.'
'optionally, identifier, description, pricing, '
'URL, and publication date as columns.'
),
)
events = None