Projet

Général

Profil

0001-misc-mention-publication-date-in-events-CSV-import-h.patch

Frédéric Péters, 03 juillet 2020 09:45

Télécharger (975 octets)

Voir les différences:

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(-)
chrono/manager/forms.py
265 265
        help_text=_(
266 266
            'CSV file with date, time, number of places, '
267 267
            'number of places in waiting list, label, and '
268
            'optionally, identifier, description, pricing '
269
            'and URL as columns.'
268
            'optionally, identifier, description, pricing, '
269
            'URL, and publication date as columns.'
270 270
        ),
271 271
    )
272 272
    events = None
273
-