Skip to content

Commit 089446e

Browse files
authored
Merge pull request #15749 from devopsdays/ldn-2026-enable-registration
[LDN-2026] Enable registration by adding a `registration_date_end` value
2 parents 5001821 + f912734 commit 089446e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

data/events/2026/london/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ cfp_date_announce: # inform proposers of status
2121

2222
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.
2323

24-
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.
25-
registration_date_end: "" # close registration. Leave blank if registration is not open yet. If you set "registration_date_start" you need a value here.
24+
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.
25+
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.
2626

2727
registration_closed: "" #set this to true if you need to manually close registration before your registration end date
2828
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.

0 commit comments

Comments
 (0)