]> git.parisson.com Git - teleforma.git/commitdiff
bugfix
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 7 Feb 2023 12:03:59 +0000 (13:03 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 7 Feb 2023 12:03:59 +0000 (13:03 +0100)
teleforma/management/commands/teleforma-publish-notify-conferences.py

index f8310736af9213809043800331b8b882e8de494f..58f2f8a571dc8dff4db0ada447fc2ab838fee199 100644 (file)
@@ -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