From: Guillaume Pellerin Date: Tue, 7 Feb 2023 12:03:59 +0000 (+0100) Subject: bugfix X-Git-Tag: 2.9.0~74^2~1 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=88a953d85cf5068953960a38c7443f4629f8d860;p=teleforma.git bugfix --- diff --git a/teleforma/management/commands/teleforma-publish-notify-conferences.py b/teleforma/management/commands/teleforma-publish-notify-conferences.py index f8310736..58f2f8a5 100644 --- a/teleforma/management/commands/teleforma-publish-notify-conferences.py +++ b/teleforma/management/commands/teleforma-publish-notify-conferences.py @@ -132,7 +132,7 @@ class Command(BaseCommand): print("can't notify", student) continue - for user in User.objects.filter(is_staff=True) + for user in User.objects.filter(is_staff=True): notify(user, message, url) publication.notified = True