diff --git a/404.html b/404.html
index 6780576491a..25f9b644b18 100644
--- a/404.html
+++ b/404.html
@@ -56,7 +56,7 @@
@@ -68,13 +68,13 @@
diff --git a/archive/index.html b/archive/index.html
index 45cefb2777b..8fbeb5baf27 100644
--- a/archive/index.html
+++ b/archive/index.html
@@ -56,7 +56,7 @@
@@ -68,13 +68,13 @@
diff --git a/calendar/index.html b/calendar/index.html
index de0ec9fdfcd..7b970906c69 100644
--- a/calendar/index.html
+++ b/calendar/index.html
@@ -56,7 +56,7 @@
@@ -68,13 +68,13 @@
@@ -715,6 +715,38 @@
Event
endDate: Date.parse("2023-12-05"),
});
+ // add deadlines in red
+ conf_list_all.push({
+ id: "flaskcon-2023-deadline",
+ abbreviation: "flaskcon-2023",
+ name: "FlaskCon 2023 CfP",
+ color: "red",
+ location: "Online",
+ date: "December 16 - 17, 2023",
+ subject: "WEB",
+ startDate: Date.parse("2023-10-31 23:59:00"),
+ endDate: Date.parse("2023-10-31 23:59:00"),
+ });
+
+ // add Conferences in chosen color
+
+ var color = "black";
+ // use first sub to choose color
+
+ color = "#0D0A0B";
+
+ conf_list_all.push({
+ id: "flaskcon-2023-conference",
+ abbreviation: "flaskcon-2023",
+ name: "FlaskCon 2023",
+ color: color,
+ location: "Online",
+ date: "December 16 - 17, 2023",
+ subject: "WEB",
+ startDate: Date.parse("2023-12-16"),
+ endDate: Date.parse("2023-12-17"),
+ });
+
// add deadlines in red
conf_list_all.push({
id: "edupy-2023-deadline",
@@ -779,38 +811,6 @@ Event
endDate: Date.parse("2023-12-08"),
});
- // add deadlines in red
- conf_list_all.push({
- id: "flaskcon-2023-deadline",
- abbreviation: "flaskcon-2023",
- name: "FlaskCon 2023 CfP",
- color: "red",
- location: "Online",
- date: "December 16 - 17, 2023",
- subject: "WEB",
- startDate: Date.parse("2023-10-01 23:59:00"),
- endDate: Date.parse("2023-10-01 23:59:00"),
- });
-
- // add Conferences in chosen color
-
- var color = "black";
- // use first sub to choose color
-
- color = "#0D0A0B";
-
- conf_list_all.push({
- id: "flaskcon-2023-conference",
- abbreviation: "flaskcon-2023",
- name: "FlaskCon 2023",
- color: color,
- location: "Online",
- date: "December 16 - 17, 2023",
- subject: "WEB",
- startDate: Date.parse("2023-12-16"),
- endDate: Date.parse("2023-12-17"),
- });
-
// add deadlines in red
conf_list_all.push({
id: "python-pizza-2023-deadline",
diff --git a/conference/afropython-conf-2023/index.html b/conference/afropython-conf-2023/index.html
index ff4884a7f1d..2dc03fcc141 100644
--- a/conference/afropython-conf-2023/index.html
+++ b/conference/afropython-conf-2023/index.html
@@ -69,7 +69,7 @@
@@ -81,13 +81,13 @@
@@ -580,13 +580,13 @@