From e7600a6e311a27876f032094050123e91043dfce Mon Sep 17 00:00:00 2001 From: Emeric54 Date: Sun, 8 May 2016 14:02:05 +0200 Subject: [PATCH] [ci skip] Correction du message de migration de la ZEP-25 (#3595) --- zds/tutorialv2/management/commands/migrate_to_zep25.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zds/tutorialv2/management/commands/migrate_to_zep25.py b/zds/tutorialv2/management/commands/migrate_to_zep25.py index 1cfa5c6891..d0481e9095 100644 --- a/zds/tutorialv2/management/commands/migrate_to_zep25.py +++ b/zds/tutorialv2/management/commands/migrate_to_zep25.py @@ -149,7 +149,7 @@ def alert_authors(self): if author not in users and author not in bots: users.append(author) for user in users: - msg = 'Bonjour {0},\n\nDepuis la dernière version de Zeste de Savoir, tous les contenus (articles, tutori' \ + msg = 'Bonjour,\n\nDepuis la dernière version de Zeste de Savoir, tous les contenus (articles, tutori' \ 'els et bientôt tribunes libres) possèdent maintenant une nouvelle classification ([ZEP-25](https:/' \ '/zestedesavoir.com/forums/sujet/2378/zep-25-categorisation-des-articles-et-tutoriels/)). Les **tag' \ 's** ont fait leur apparition et les catégories ont été revues afin de faciliter et d\'aléger cette' \