From fc06234f5cf3c30a0ecac526a58056a9982f7c28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 3 Jul 2020 09:45:15 +0200 Subject: [PATCH] misc: mention publication date in events CSV import help text (#44776) --- chrono/manager/forms.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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