From f9127346feafaf009fc33d0dcb85cbfbec6086d8 Mon Sep 17 00:00:00 2001 From: Issy Long Date: Fri, 13 Mar 2026 11:58:58 +0000 Subject: [PATCH] [LDN-2026] Enable registration by adding a `registration_date_end` value --- data/events/2026/london/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/events/2026/london/main.yml b/data/events/2026/london/main.yml index 4b99aacd8d8..e2da3c4baec 100644 --- a/data/events/2026/london/main.yml +++ b/data/events/2026/london/main.yml @@ -21,8 +21,8 @@ cfp_date_announce: # inform proposers of status cfp_link: "https://devopsdays.london/cfp" #if you have a custom link for submitting proposals, add it here. This will control the Propose menu item as well as the "Propose" button. -registration_date_start: "2026-04-06T00:00:00+01:00" # start accepting registration. Leave blank if registration is not open yet. This will make the "Register" button appear on your "Welcome" page. -registration_date_end: "" # close registration. Leave blank if registration is not open yet. If you set "registration_date_start" you need a value here. +registration_date_start: "2026-03-13T00:00:00+01:00" # start accepting registration. Leave blank if registration is not open yet. This will make the "Register" button appear on your "Welcome" page. +registration_date_end: "2026-09-16T23:59:59+01:00" # close registration. Leave blank if registration is not open yet. If you set "registration_date_start" you need a value here. registration_closed: "" #set this to true if you need to manually close registration before your registration end date registration_link: "https://ti.to/devopsdays-london/2026" # If you have a custom registration link, enter it here. This will control the Registration menu item as well as the "Register" button.