From d7c45c535e029c157b26f3b09066b02bcc38c082 Mon Sep 17 00:00:00 2001 From: Joel Addison Date: Sat, 16 Mar 2024 16:51:23 +1000 Subject: [PATCH] Update 2024 conference information --- fixtures/conference.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fixtures/conference.json b/fixtures/conference.json index be80a147..822511a7 100644 --- a/fixtures/conference.json +++ b/fixtures/conference.json @@ -3,10 +3,10 @@ "model": "symposion_conference.conference", "pk": 1, "fields": { - "title": "Everything Open 2023", - "start_date": "2023-03-14", - "end_date": "2023-03-16", - "timezone": "Australia/Melbourne" + "title": "Everything Open 2024", + "start_date": "2024-04-16", + "end_date": "2024-04-18", + "timezone": "Australia/Brisbane" } } ]