diff --git a/registration/models.py b/registration/models.py index 8ed16ea..97de14c 100644 --- a/registration/models.py +++ b/registration/models.py @@ -528,6 +528,7 @@ class VolunteerRegistration(Registration): 'content': content, }) + for tournament in self.interesting_tournaments: pools = tournament.pools.filter(juries=self).order_by('round').all() for pool in pools: if pool.round == 1 and timezone.now().date() <= tournament.date_start: