Skip to content
Snippets Groups Projects
Commit 73b0fe11 authored by Todd Dembrey's avatar Todd Dembrey
Browse files

fixup! Update to handle open ended rounds

parent 077240ae
No related branches found
No related tags found
No related merge requests found
......@@ -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]) |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment