Skip to content

Commit

Permalink
Merge pull request #302 from communitiesuk/FS-4389
Browse files Browse the repository at this point in the history
FS-4388 Adding assesment start date for COFR4W2
  • Loading branch information
adamdavies1 authored May 10, 2024
2 parents 1e32dab + 287129f commit ad6a358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/fund_loader_config/cof/cof_r4.py
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@
"title_json": {"en": "Round 4 Window 2", "cy": "Round 4 Window 2"},
"short_name": "R4W2",
"opens": COF_R4W2_OPENS_DATE,
"assessment_start": None,
"assessment_start": datetime(2024, 5, 22, 14, 00, 0, tzinfo=timezone.utc),
"deadline": COF_R4W2_DEADLINE_DATE,
"application_reminder_sent": False,
"reminder_date": COF_R4W2_SEND_REMINDER_DATE,
Expand Down

0 comments on commit ad6a358

Please sign in to comment.