diff --git a/src/info/models.py b/src/info/models.py index aecd4c0d..506e788a 100644 --- a/src/info/models.py +++ b/src/info/models.py @@ -38,11 +38,6 @@ class InfoCategory(CampRelatedModel): {'anchor': 'Anchor is already in use on an info item for this camp'} ) - if self.team.camp != self.camp: - raise ValidationError( - {'team': 'Team is a team from another camp.'} - ) - @property def camp(self): return self.team.camp