From eddb741eb76794f2d8d74aecbd9c72608144784e Mon Sep 17 00:00:00 2001 From: Emmy D'Anello Date: Wed, 3 Apr 2024 23:17:24 +0200 Subject: [PATCH] Important information are not only displayed to organizers Signed-off-by: Emmy D'Anello --- registration/models.py | 1 + 1 file changed, 1 insertion(+) 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: