From 4d8c2c8f8595ab6a9de35245a3b3d71e1c70f277 Mon Sep 17 00:00:00 2001 From: Dave Page Date: Fri, 23 Jun 2023 09:59:25 +0100 Subject: [PATCH] Mark the CfS and CfP as open. --- templates/context.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/context.json b/templates/context.json index 1b68731..20a594b 100644 --- a/templates/context.json +++ b/templates/context.json @@ -139,7 +139,7 @@ ], "cfp": { - "open": false, + "open": true, "closed": false, "opening_date": "2023-06-23", "deadline": "2023-07-21", @@ -155,7 +155,7 @@ }, "cfs": { - "open": false, + "open": true, "closed": false, "opening_date": "2023-06-23" }, -- 2.39.5