From c3177f330f384ae6e6e05ee1fe088f183d853da7 Mon Sep 17 00:00:00 2001 From: jaksia Date: Wed, 19 Nov 2025 12:52:56 +0100 Subject: [PATCH] feat: add consent_photo to team export --- bullet/users/models/contestants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bullet/users/models/contestants.py b/bullet/users/models/contestants.py index 00314d47..dc061a82 100644 --- a/bullet/users/models/contestants.py +++ b/bullet/users/models/contestants.py @@ -260,6 +260,7 @@ def to_export(self, str_only: bool = False): "solved_problems": self.solved_problem_count if hasattr(self, "solved_problem_count") else "", + "consent_photos": self.consent_photos, }