From 5154b412b3cedbd37ea5ad606532c15a6e1643fc Mon Sep 17 00:00:00 2001 From: baarkerlounger Date: Fri, 29 Apr 2022 16:49:11 +0100 Subject: [PATCH] Fix form start/end date --- config/forms/2022_2023.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/forms/2022_2023.json b/config/forms/2022_2023.json index 96e4073b1..e2ed34256 100644 --- a/config/forms/2022_2023.json +++ b/config/forms/2022_2023.json @@ -1,7 +1,7 @@ { "form_type": "lettings", - "start_date": "2021-04-01T00:00:00.000+01:00", - "end_date": "2022-07-01T00:00:00.000+01:00", + "start_date": "2022-04-01T00:00:00.000+01:00", + "end_date": "2023-07-01T00:00:00.000+01:00", "sections": { "setup": { "label": "Before you start",