diff --git a/opentech/apply/funds/management/commands/seed_concept_note.py b/opentech/apply/funds/management/commands/seed_concept_note.py index a6a68ca8a49a1d651dcb69a554be6128c1d1dcc8..19addd3e4e83259386b682d4a54677fa0a7f4b02 100644 --- a/opentech/apply/funds/management/commands/seed_concept_note.py +++ b/opentech/apply/funds/management/commands/seed_concept_note.py @@ -230,8 +230,8 @@ class Command(BaseCommand): title=CN_ROUND_TITLE, lead=lead, # The date of the original Internet Freedom Fund request type - start_date=date(2015, 8, 28), - end_date=None + start_date=date(2013, 1, 1), + end_date=date(2018, 8, 29) ) round.parent_page = fund fund.add_child(instance=round)