feat(instructeurs import): can import instructeurs even if procedure not published

This commit is contained in:
Eric Leroy-Terquem 2024-09-24 14:47:06 +02:00
parent 59fe8b64c4
commit af1fd34256
No known key found for this signature in database
GPG key ID: 53D8FAECEF207605
4 changed files with 32 additions and 42 deletions

View file

@ -32,7 +32,6 @@ en:
csv_import:
import_file: Import file
import_file_alert: All instructors added to the procedure will be notified by email. Do you want to continue?
import_file_procedure_not_published: CSV file import is available once the procedure is published
groupes:
title: Bulk Import / Export
notice_1_html: For the import, your csv file must have 2 columns (Group, Email) and be comma separated (<a href=/csv/en/import-groupe-test.csv>example file</a>). The file size must be less than %{csv_max_size}.

View file

@ -39,7 +39,6 @@ fr:
csv_import:
import_file: Importer le fichier
import_file_alert: Tous les instructeurs ajoutés à la procédure vont être notifiés par email. Voulez-vous continuer ?
import_file_procedure_not_published: Limport par fichier CSV est disponible une fois la démarche publiée
groupes:
title: Import / Export en masse
notice_1_html: Pour limport, votre fichier csv doit comporter 2 colonnes (Groupe, Email) et être séparé par des virgules (<a href=/csv/fr/import-groupe-test.csv>exemple de fichier</a>). Le poids du fichier doit être inférieur à %{csv_max_size}.