diff --git a/chrono/manager/forms.py b/chrono/manager/forms.py index ad0dc376..94ac2d56 100644 --- a/chrono/manager/forms.py +++ b/chrono/manager/forms.py @@ -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