From ece661e77594d43b66eddf1d2f861e32552ec8cd Mon Sep 17 00:00:00 2001 From: Abdul Qoyyuum Date: Tue, 21 Jul 2026 16:25:02 +0800 Subject: [PATCH 1/8] Mark Code Jam 2025 as previous code jam --- .../templates/events/sidebar/code-jams/previous-code-jams.html | 1 + 1 file changed, 1 insertion(+) diff --git a/pydis_site/templates/events/sidebar/code-jams/previous-code-jams.html b/pydis_site/templates/events/sidebar/code-jams/previous-code-jams.html index 995abb680..3641166d8 100644 --- a/pydis_site/templates/events/sidebar/code-jams/previous-code-jams.html +++ b/pydis_site/templates/events/sidebar/code-jams/previous-code-jams.html @@ -1,6 +1,7 @@
From 40031a1e990871a6e013c2d6ec7fb17e6ba14449 Mon Sep 17 00:00:00 2001 From: Abdul Qoyyuum Date: Tue, 21 Jul 2026 16:49:39 +0800 Subject: [PATCH 3/8] Fixed event link to a dead link on current event --- pydis_site/templates/events/current_event.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pydis_site/templates/events/current_event.html b/pydis_site/templates/events/current_event.html index 04877de98..946909f14 100644 --- a/pydis_site/templates/events/current_event.html +++ b/pydis_site/templates/events/current_event.html @@ -5,7 +5,7 @@ Upcoming event
-

No current upcoming events yet!

+

No current upcoming events yet!

TBD From 2c2aa422a23607d4c67d2f850080509186175cbc Mon Sep 17 00:00:00 2001 From: Abdul Qoyyuum Date: Tue, 21 Jul 2026 16:52:26 +0800 Subject: [PATCH 4/8] Updated Previous Events sidebar with the latest code jam 2025 --- .../events/sidebar/main_sidebar.html | 21 +++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/pydis_site/templates/events/sidebar/main_sidebar.html b/pydis_site/templates/events/sidebar/main_sidebar.html index 118c3197c..8081e6fc5 100644 --- a/pydis_site/templates/events/sidebar/main_sidebar.html +++ b/pydis_site/templates/events/sidebar/main_sidebar.html @@ -3,7 +3,7 @@

Previous events

- + Code Jam 2023

@@ -16,7 +16,7 @@
Sum

- + PyWeek 36

From 6fffe3a2bbd1961d1f884a34b7ea04a7056e9a56 Mon Sep 17 00:00:00 2001 From: Abdul Qoyyuum Date: Tue, 21 Jul 2026 16:58:24 +0800 Subject: [PATCH 5/8] Fixed code banner logo for code jam 2025 --- pydis_site/templates/events/sidebar/main_sidebar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pydis_site/templates/events/sidebar/main_sidebar.html b/pydis_site/templates/events/sidebar/main_sidebar.html index 8081e6fc5..7dab42968 100644 --- a/pydis_site/templates/events/sidebar/main_sidebar.html +++ b/pydis_site/templates/events/sidebar/main_sidebar.html @@ -55,7 +55,7 @@
PyWeek 37

- Code Jam 2025 + Code Jam 2025

From b071e4242a8ab0aa3871813feeb5020e03338b54 Mon Sep 17 00:00:00 2001 From: Abdul Qoyyuum Date: Tue, 21 Jul 2026 16:59:00 +0800 Subject: [PATCH 6/8] Deleted code jam 2025 banner --- pydis_site/templates/home/index.html | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/pydis_site/templates/home/index.html b/pydis_site/templates/home/index.html index 31d79a86d..6ef450d3b 100644 --- a/pydis_site/templates/home/index.html +++ b/pydis_site/templates/home/index.html @@ -11,9 +11,7 @@
- - Code Jam 2025 - +
@@ -47,9 +45,7 @@ {# Code Jam Banner #}
- - Code Jam 2025 - +
From 6aba3c4c387e1f99f76d4c6bb68154d3061e942a Mon Sep 17 00:00:00 2001 From: Abdul Qoyyuum Date: Tue, 21 Jul 2026 17:31:26 +0800 Subject: [PATCH 7/8] Removed a space after the closing p tag --- pydis_site/templates/events/current_event.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pydis_site/templates/events/current_event.html b/pydis_site/templates/events/current_event.html index 946909f14..6a2275e99 100644 --- a/pydis_site/templates/events/current_event.html +++ b/pydis_site/templates/events/current_event.html @@ -16,7 +16,7 @@

No current upc No current events

-

There are currently no planned upcoming events. Subscribe to the announcements at our Discord Server to find out more!

+

There are currently no planned upcoming events. Subscribe to the announcements at our Discord Server to find out more!

Join our Discord From 29fc1bac7e33522bd01f7c4498afc2a7fc07af19 Mon Sep 17 00:00:00 2001 From: ChrisLovering Date: Sat, 25 Jul 2026 16:03:18 -0400 Subject: [PATCH 8/8] Move past scheduled events to previous events, show no scheduled events message --- .../templates/events/scheduled_events.html | 70 +------------------ .../events/sidebar/main_sidebar.html | 26 +++++++ 2 files changed, 27 insertions(+), 69 deletions(-) diff --git a/pydis_site/templates/events/scheduled_events.html b/pydis_site/templates/events/scheduled_events.html index de16e0654..cbb1e14ea 100644 --- a/pydis_site/templates/events/scheduled_events.html +++ b/pydis_site/templates/events/scheduled_events.html @@ -1,72 +1,4 @@

Scheduled events

-
- -
-
-
Summer Code Jam 2025
-

- - - July/August 2025 - -

-

Our annual code-jam where we place you in a team of five and you have 11 days to code some sort of application or program in Python based on a selected technology or framework.

-
- - - Learn more - -
-
-
-
-

- PyWeek 38 -

-
-
-
-
PyWeek 38
-

- - - September 2024 - -

-

The bi-annual game-jam where you are allowed one week to write a game from scratch, either as an individual or as a team.

-
- - - Learn more - -
-
-
-
-

- Advent of Code -

-
-
-
-
Advent of Code
-

- - - December 1-25, 2024 - -

-

Daily programming puzzles with increasing difficulties where each puzzle has a little story and you can discuss solutions with other participants. You are allowed to use any programming language you like.

-
- - - Learn more - -
-
+

There are currently no scheduled events. Subscribe to the announcements at our Discord Server to find out more!

diff --git a/pydis_site/templates/events/sidebar/main_sidebar.html b/pydis_site/templates/events/sidebar/main_sidebar.html index 7dab42968..80fb5694a 100644 --- a/pydis_site/templates/events/sidebar/main_sidebar.html +++ b/pydis_site/templates/events/sidebar/main_sidebar.html @@ -65,6 +65,32 @@
Sum
+ +