fix(kfet): Affiche la bonne information

This commit is contained in:
Tom Hubrecht 2023-05-22 18:26:24 +02:00
parent 2571cc955e
commit c36dd30bce

View file

@ -44,7 +44,7 @@ class Command(BaseCommand):
for neg in accounts_periodic_mail:
neg.send_rappel()
self.stdout.write("Mail de rappel pour {neg.account} envoyé avec succès.")
self.stdout.write(f"Mail de rappel pour {neg.account} envoyé avec succès.")
if not (accounts_first_mail.exists() or accounts_periodic_mail.exists()):
self.stdout.write("Aucun mail à envoyer.")