diff --git a/opentech/apply/funds/models.py b/opentech/apply/funds/models.py index c5cd0ccebd22aa240fdbc8907f13156b64f828e3..bea8fff04469b310547323bdc5684035074fcdfe 100644 --- a/opentech/apply/funds/models.py +++ b/opentech/apply/funds/models.py @@ -131,7 +131,6 @@ class Round(AbstractStreamForm): 'end_date': 'End date must come after the start date', }) - if self.end_date: conflict_query = ( Q(start_date__range=[self.start_date, self.end_date]) |