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, }